diff options
author | pooka <pooka@pkgsrc.org> | 2000-10-10 11:49:59 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-10-10 11:49:59 +0000 |
commit | a91d1730e4a692bba02ef497e91879beb3a58f97 (patch) | |
tree | a7982cb66e69ead93770ca1e96b1e5e035780f87 /archivers/xbin/Makefile | |
parent | 133bb033672be759128d1812c4736da72485d57f (diff) | |
download | pkgsrc-a91d1730e4a692bba02ef497e91879beb3a58f97.tar.gz |
Do extraction a bit different to make this DTRT with WRKOBJDIR set.
Diffstat (limited to 'archivers/xbin/Makefile')
-rw-r--r-- | archivers/xbin/Makefile | 6 |
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 |