diff options
author | grant <grant@pkgsrc.org> | 2004-07-25 04:46:10 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-25 04:46:10 +0000 |
commit | 74046344d35acd7f75aae7c9a469ab311df644bb (patch) | |
tree | 9d4f7635e18cd4c9c96ed823d7697e6e2c87e46a /security/cfs | |
parent | ff378401379094555970575f52efb309f76896ec (diff) | |
download | pkgsrc-74046344d35acd7f75aae7c9a469ab311df644bb.tar.gz |
be quieter in post-patch and pre-build targets.
Diffstat (limited to 'security/cfs')
-rw-r--r-- | security/cfs/Makefile | 12 |
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: |