From 5d729663030dc2ef00092b98bd37691ac8aadcec Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 17 Feb 2003 09:22:47 +0000 Subject: use the full path to unzip. --- archivers/xmill/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index ae7e48d876d..a5e54fb0b9c 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/02/17 09:20:25 grant Exp $ +# $NetBSD: Makefile,v 1.2 2003/02/17 09:22:47 grant Exp $ DISTNAME= xmill-0-7 PKGNAME= xmill-0.7 @@ -12,7 +12,7 @@ COMMENT= Specialized compressor for XML BUILD_DEPENDS= unzip-[0-9]*:../../archivers/unzip -EXTRACT_CMD= unzip -aq ${DOWNLOADED_DISTFILE} +EXTRACT_CMD= ${LOCALBASE}/bin/unzip -aq ${DOWNLOADED_DISTFILE} MAKEFILE= makefile -- cgit v1.2.3