summaryrefslogtreecommitdiff
path: root/emulators/ROMBuild
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-25 11:56:34 +0000
committerwiz <wiz@pkgsrc.org>2009-08-25 11:56:34 +0000
commit8c5134dbe00f3188d5832b193a30e30ca7a6ce45 (patch)
treed305187ea667e2c134a9ba020eeef89d11ad7890 /emulators/ROMBuild
parent8c517d92ba12902e7ea6dde033394e1cccc22aa6 (diff)
downloadpkgsrc-8c5134dbe00f3188d5832b193a30e30ca7a6ce45.tar.gz
Change default for zip extraction to leave files as they are.
Previously, zip extraction by default converted to lower case. Fix some packages that need it and remove -L from some packages that manually set it.
Diffstat (limited to 'emulators/ROMBuild')
-rw-r--r--emulators/ROMBuild/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ROMBuild/Makefile b/emulators/ROMBuild/Makefile
index bff64099f45..45b2900bfa2 100644
--- a/emulators/ROMBuild/Makefile
+++ b/emulators/ROMBuild/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/03/03 19:21:37 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2009/08/25 11:56:36 wiz Exp $
#
DISTNAME= rbuild29
@@ -17,7 +17,7 @@ USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}
MAKE_FILE= makefile
BUILD_TARGET= rombuild
-EXTRACT_OPTS_ZIP= -Laaqo
+EXTRACT_OPTS_ZIP= -aaqo
INSTALLATION_DIRS= bin
post-extract: