diff options
-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: |