diff options
author | znerd <znerd@FreeBSD.org> | 2002-03-30 21:08:55 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-03-30 21:08:55 +0000 |
commit | 4d639787eecc640aecfccdd17ffc647b75983e65 (patch) | |
tree | 277fff8d7ace0c0d6304270ac48df540a9e4bfa8 /www/jakarta-tomcat4 | |
parent | 050fa1793b805eb77025dbd5abe6931a1d948593 (diff) | |
download | FreeBSD-ports-4d639787eecc640aecfccdd17ffc647b75983e65.zip FreeBSD-ports-4d639787eecc640aecfccdd17ffc647b75983e65.tar.gz |
Changed a message to make it more generic.
Diffstat (limited to 'www/jakarta-tomcat4')
-rw-r--r-- | www/jakarta-tomcat4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/jakarta-tomcat4/Makefile b/www/jakarta-tomcat4/Makefile index d674a0a..da7a208 100644 --- a/www/jakarta-tomcat4/Makefile +++ b/www/jakarta-tomcat4/Makefile @@ -65,7 +65,7 @@ pre-install: @PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL do-install: - @${ECHO_CMD} -n ">> Removing all .bat and .orig files..." + @${ECHO_CMD} -n ">> Removing unneeded files..." @${RM} -f `${FIND} ${WRKSRC} -name '*.bat'` `${FIND} ${WRKSRC} -name '*.orig'` @${ECHO_CMD} " [ DONE ]" |