diff options
author | grant <grant@pkgsrc.org> | 2004-07-25 04:47:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-25 04:47:15 +0000 |
commit | 69b1c878990779e49f9da1bafabd69e96ffd8db7 (patch) | |
tree | 10905179c4b93ae551ca2569fa9e5aa171abb0aa /security | |
parent | 4193bb5aa1b741aa45f3161eaadd0b63a6517843 (diff) | |
download | pkgsrc-69b1c878990779e49f9da1bafabd69e96ffd8db7.tar.gz |
be quiet in post-extract, too.
Diffstat (limited to 'security')
-rw-r--r-- | security/cfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 5f49de97178..01a549f6e38 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/07/25 04:46:10 grant Exp $ +# $NetBSD: Makefile,v 1.17 2004/07/25 04:47:15 grant Exp $ DISTNAME= cfs-1.4.1 PKGREVISION= 1 @@ -81,7 +81,7 @@ DOCDIR= ${PREFIX}/share/doc/cfs RCD_SCRIPTS= cfsd post-extract: - ${RM} -f ${WRKSRC}/esm.1 + @${RM} -f ${WRKSRC}/esm.1 post-patch: @cd ${WRKSRC}; for file in *; do \ |