pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Use EXTRACT_CMD_OPTS.zip to customize the flags passed...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d04bb675f0ac
branches: trunk
changeset: 463649:d04bb675f0ac
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Nov 22 23:55:15 2003 +0000
description:
Use EXTRACT_CMD_OPTS.zip to customize the flags passed to the unzip
program.
diffstat:
devel/apache-ant/Makefile | 4 ++--
devel/palmos-includes/Makefile | 4 ++--
emulators/arnold/Makefile | 4 ++--
emulators/atari800/Makefile | 5 +++--
4 files changed, 9 insertions(+), 8 deletions(-)
diffs (73 lines):
diff -r d26515f1da2e -r d04bb675f0ac devel/apache-ant/Makefile
--- a/devel/apache-ant/Makefile Sat Nov 22 23:47:47 2003 +0000
+++ b/devel/apache-ant/Makefile Sat Nov 22 23:55:15 2003 +0000
@@ -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 @@
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
diff -r d26515f1da2e -r d04bb675f0ac devel/palmos-includes/Makefile
--- a/devel/palmos-includes/Makefile Sat Nov 22 23:47:47 2003 +0000
+++ b/devel/palmos-includes/Makefile Sat Nov 22 23:55:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/03/29 07:56:59 jmc Exp $
+# $NetBSD: Makefile,v 1.6 2003/11/22 23:55:15 jlam Exp $
#
DISTNAME= sdk50-win
@@ -25,7 +25,7 @@
NO_CONFIGURE= YES
NO_BUILD= YES
-EXTRACT_CMD.zip= ${LOCALBASE}/bin/unzip -aqo $${extract_file}
+EXTRACT_CMD_OPTS.zip= -aqo
RESTRICTED= Redistribution not permitted
NO_SRC_ON_CDROM=${RESTRICTED}
diff -r d26515f1da2e -r d04bb675f0ac emulators/arnold/Makefile
--- a/emulators/arnold/Makefile Sat Nov 22 23:47:47 2003 +0000
+++ b/emulators/arnold/Makefile Sat Nov 22 23:55:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/24 10:53:27 dillo Exp $
+# $NetBSD: Makefile,v 1.2 2003/11/22 23:55:15 jlam Exp $
#
DISTNAME= arnsrc27012002
@@ -13,7 +13,7 @@
COMMENT= Amstrad CPC, Amstrad CPC+ and KC Compact emulator
# we want case sensitive file names.
-EXTRACT_CMD.zip= ${LOCALBASE}/bin/unzip -aqo $${extract_file}
+EXTRACT_CMD_OPTS.zip= -aqo
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
diff -r d26515f1da2e -r d04bb675f0ac emulators/atari800/Makefile
--- a/emulators/atari800/Makefile Sat Nov 22 23:47:47 2003 +0000
+++ b/emulators/atari800/Makefile Sat Nov 22 23:55:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/07/17 21:35:19 grant Exp $
+# $NetBSD: Makefile,v 1.21 2003/11/22 23:55:15 jlam Exp $
#
DISTNAME= atari800-1.3.0
@@ -6,7 +6,8 @@
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atari800/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xf25.zip
-EXTRACT_CMD.zip= ${LOCALBASE}/bin/unzip -Lqo $${extract_file}
+
+EXTRACT_CMD_OPTS.zip= -Lqo
MAINTAINER= tech-pkg%NetBSD.org@localhost
HOMEPAGE= http://atari800.atari.org
Home |
Main Index |
Thread Index |
Old Index