summaryrefslogtreecommitdiff
path: root/pkgtools/pax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pax/Makefile')
-rw-r--r--pkgtools/pax/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgtools/pax/Makefile b/pkgtools/pax/Makefile
index 464f01ebaea..6b9596daac7 100644
--- a/pkgtools/pax/Makefile
+++ b/pkgtools/pax/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 1998/09/03 11:55:21 agc Exp $
+# $NetBSD: Makefile,v 1.2 1999/04/23 13:37:24 hubertf Exp $
#
-DISTNAME= pax-19980903
+DISTNAME= pax-19990423
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -20,4 +20,8 @@ NO_PACKAGE= No package registration is done
MANCOMPRESSED= yes
.endif
+post-extract:
+ ${CP} ${FILESDIR}/pwcache.c ${WRKSRC}
+ ${CP} ${FILESDIR}/pwcache.h ${WRKSRC}
+
.include "../../mk/bsd.pkg.mk"