summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgrant <grant>2004-07-25 04:46:10 +0000
committergrant <grant>2004-07-25 04:46:10 +0000
commita74b1ce2507c8804147f29a0326aeefc0a51596f (patch)
tree9d4f7635e18cd4c9c96ed823d7697e6e2c87e46a /security
parentb9905e647b495c16064ffabf5ebc6b01a91fb656 (diff)
downloadpkgsrc-a74b1ce2507c8804147f29a0326aeefc0a51596f.tar.gz
be quieter in post-patch and pre-build targets.
Diffstat (limited to 'security')
-rw-r--r--security/cfs/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile
index 04e84378a58..5f49de97178 100644
--- a/security/cfs/Makefile
+++ b/security/cfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/07/25 04:45:41 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/07/25 04:46:10 grant Exp $
DISTNAME= cfs-1.4.1
PKGREVISION= 1
@@ -84,22 +84,22 @@ post-extract:
${RM} -f ${WRKSRC}/esm.1
post-patch:
- cd ${WRKSRC}; for file in *; do \
+ @cd ${WRKSRC}; for file in *; do \
${MV} -f $${file} $${file}.presubst; \
dest=`${ECHO} $${file} | ${SED} ${CFS_SUBST_SED}`; \
${SED} ${CFS_SUBST_SED} $${file}.presubst > $${dest}; \
${RM} -f $${file}.presubst; \
done
- ${CHMOD} +x ${CFS_BUILD_SCRIPT}
+ @${CHMOD} +x ${CFS_BUILD_SCRIPT}
pre-build:
- ${SED} -e "s|@AWK@|${AWK}|g" \
+ @${SED} -e "s|@AWK@|${AWK}|g" \
-e "s|@MV@|${MV}|g" \
${FILESDIR}/unansi.sh > ${WRKSRC}/unansi
- ${CHMOD} +x ${WRKSRC}/unansi
+ @${CHMOD} +x ${WRKSRC}/unansi
do-build:
- cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \
${SH} ${CFS_BUILD_SCRIPT} ${ALL_TARGET}
post-install: