summaryrefslogtreecommitdiff
path: root/archivers/xbin
diff options
context:
space:
mode:
authorpooka <pooka>2000-10-10 11:49:59 +0000
committerpooka <pooka>2000-10-10 11:49:59 +0000
commit4f76cc86a3e90c9f86115adc021c39559cfcdff3 (patch)
treea7982cb66e69ead93770ca1e96b1e5e035780f87 /archivers/xbin
parent8f2369214279b7f66d353a0edd1ee62e2bcd48a6 (diff)
downloadpkgsrc-4f76cc86a3e90c9f86115adc021c39559cfcdff3.tar.gz
Do extraction a bit different to make this DTRT with WRKOBJDIR set.
Diffstat (limited to 'archivers/xbin')
-rw-r--r--archivers/xbin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile
index e239ef9563e..d6701a578a3 100644
--- a/archivers/xbin/Makefile
+++ b/archivers/xbin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/05 12:36:07 rh Exp $
+# $NetBSD: Makefile,v 1.2 2000/10/10 11:49:59 pooka Exp $
#
DISTNAME= ${PRGNAME}unix
@@ -11,9 +11,9 @@ DISTFILES= ${DISTNAME}.c ${PRGNAME}.man
MAINTAINER= rh@netbsd.org
PRGNAME= xbin
+EXTRACT_ONLY= # blank
-do-extract:
- ${MKDIR} ${WRKSRC}
+post-extract:
.for file in ${DISTFILES}
${CP} ${DISTDIR}/${file} ${WRKSRC}
.endfor