diff options
author | agc <agc@pkgsrc.org> | 2002-06-27 16:16:53 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-06-27 16:16:53 +0000 |
commit | 2eb0b8741489f5f9d5508b0a34fe461d4531e576 (patch) | |
tree | fda25b06708297d139dda36738ff412318821108 /devel | |
parent | 152a3c40c307e8bb8253168cbaf9ecf460153528 (diff) | |
download | pkgsrc-2eb0b8741489f5f9d5508b0a34fe461d4531e576.tar.gz |
Include the whole pathname for the gunshar command when extracting the
package's source files from the archive.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/unidiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/unidiff/Makefile b/devel/unidiff/Makefile index 971e41d9146..1bdd4c70be1 100644 --- a/devel/unidiff/Makefile +++ b/devel/unidiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/02/06 16:58:14 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/06/27 16:16:53 agc Exp $ # DISTNAME= part01 @@ -13,7 +13,7 @@ COMMENT= converts between uni-diffs and context diffs BUILD_DEPENDS= gsharutils-4.2.1:../../archivers/gsharutils -EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | gunshar +EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | ${PREFIX}/bin/gunshar WRKSRC= ${WRKDIR} do-install: |