summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpooka <pooka>2000-10-10 11:49:59 +0000
committerpooka <pooka>2000-10-10 11:49:59 +0000
commit5ee97470297ff007c166a0996cac84a7652d15c6 (patch)
treea7982cb66e69ead93770ca1e96b1e5e035780f87
parent67ca370d539377b7f1dd133a0f54655e9e6e537a (diff)
downloadpkgsrc-5ee97470297ff007c166a0996cac84a7652d15c6.tar.gz
Do extraction a bit different to make this DTRT with WRKOBJDIR set.
-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