summaryrefslogtreecommitdiff
path: root/devel/apache-ant
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-11-22 23:55:15 +0000
committerjlam <jlam@pkgsrc.org>2003-11-22 23:55:15 +0000
commit5ab07363d55d7c395a6bc034b302b00bbdcdf4a3 (patch)
tree25167793a0b6111c2173742becbb79d9a7f610f3 /devel/apache-ant
parent854f85f7f9e990f4c4090722fd30bed8d60912a0 (diff)
downloadpkgsrc-5ab07363d55d7c395a6bc034b302b00bbdcdf4a3.tar.gz
Use EXTRACT_CMD_OPTS.zip to customize the flags passed to the unzip
program.
Diffstat (limited to 'devel/apache-ant')
-rw-r--r--devel/apache-ant/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile
index 9bc10340177..8fb33932cc8 100644
--- a/devel/apache-ant/Makefile
+++ b/devel/apache-ant/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/09/07 09:17:29 jdolecek Exp $
+# $NetBSD: Makefile,v 1.5 2003/11/22 23:55:15 jlam Exp $
#
# NOTE: if you are depending on ant from another package, please be aware that
# the ant team has CHANGED the version numbering scheme. A previous version
@@ -23,7 +23,7 @@ CONFLICTS= jakarta-ant*
USE_BUILDLINK2= # defined
-EXTRACT_CMD.zip= ${LOCALBASE}/bin/unzip -Caq $${extract_file}
+EXTRACT_CMD_OPTS.zip= -Caq
do-build:
${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD} cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ${SH} bootstrap.sh