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 b732e8180b3..f361272fddd 100644
--- a/archivers/pax/Makefile
+++ b/archivers/pax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/02/02 19:29:09 christos Exp $
+# $NetBSD: Makefile,v 1.23 2006/05/17 06:12:27 rillig Exp $
#
DISTNAME= pax-20060202
@@ -22,7 +22,7 @@ PKG_PRESERVE= yes
.include "../../mk/bsd.prefs.mk"
do-extract:
- @${CP} -R ${FILESDIR} ${WRKSRC}
+ ${CP} -R ${FILESDIR} ${WRKSRC}
.if defined(LIBNBCOMPAT_STYLE) && (${LIBNBCOMPAT_STYLE} == "inplace")
. include "../../pkgtools/libnbcompat/inplace.mk"