diff options
author | grant <grant> | 2003-02-17 09:22:47 +0000 |
---|---|---|
committer | grant <grant> | 2003-02-17 09:22:47 +0000 |
commit | cdeb06f5339bdb4d4186a83c021850f4918814e7 (patch) | |
tree | 2f69028f67f29448e5a80f081b93f8d14e11b454 /archivers/xmill/Makefile | |
parent | 866089c41c64ed155eaa39354bdfecf599de94e0 (diff) | |
download | pkgsrc-cdeb06f5339bdb4d4186a83c021850f4918814e7.tar.gz |
use the full path to unzip.
Diffstat (limited to 'archivers/xmill/Makefile')
-rw-r--r-- | archivers/xmill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |