Changed a message to make it more generic.

This commit is contained in:
Ernst de Haan 2002-03-30 21:08:55 +00:00
parent fe392fdf28
commit 91dae29ec0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56988
5 changed files with 5 additions and 5 deletions

View File

@ -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 ]"

View File

@ -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 ]"

View File

@ -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 ]"

View File

@ -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 ]"

View File

@ -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 ]"