summaryrefslogtreecommitdiff
path: root/archivers/pax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/pax/Makefile')
-rw-r--r--archivers/pax/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile
index 458d3d2e521..31bd6d3a51b 100644
--- a/archivers/pax/Makefile
+++ b/archivers/pax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/08/21 03:28:56 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/01/06 05:35:14 tv Exp $
#
DISTNAME= pax-20040802
@@ -23,7 +23,7 @@ PKG_PRESERVE= # defined
.include "../../mk/bsd.prefs.mk"
do-extract:
- @${CP} -Rp ${FILESDIR} ${WRKSRC}
+ @${CP} -R ${FILESDIR} ${WRKSRC}
.if defined(LIBNBCOMPAT_STYLE) && (${LIBNBCOMPAT_STYLE} == "inplace")
. include "../../pkgtools/libnbcompat/inplace.mk"