diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-10 01:13:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-10 01:13:35 +0000 |
commit | b8356435bb7db6a49609b63db05c9c1e5a00e2d2 (patch) | |
tree | 8ba6d4c1981a6a6bfefee758f399c148a5c29cdb /pkgtools/pax | |
parent | 4752b0ac619b490ab93ee176616f41b7a3a4b9f6 (diff) | |
download | pkgsrc-b8356435bb7db6a49609b63db05c9c1e5a00e2d2.tar.gz |
whitespace cleanup
Diffstat (limited to 'pkgtools/pax')
-rw-r--r-- | pkgtools/pax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pax/Makefile b/pkgtools/pax/Makefile index c6ff289785b..87e309bb213 100644 --- a/pkgtools/pax/Makefile +++ b/pkgtools/pax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/07/02 08:37:28 agc Exp $ +# $NetBSD: Makefile,v 1.5 2000/01/10 01:13:36 wiz Exp $ # DISTNAME= pax-19980903 @@ -16,7 +16,7 @@ NO_PKG_REGISTER= yes NO_PACKAGE= No package registration is done MANCOMPRESSED_IF_MANZ= yes -post-extract: +post-extract: ${GREP} -v __RCSID ${FILESDIR}/pwcache.c >${WRKSRC}/pwcache.c ${CP} ${FILESDIR}/pwcache.h ${WRKSRC} |