summaryrefslogtreecommitdiff
path: root/emulators/ROMInfo
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-25 11:56:34 +0000
committerwiz <wiz>2009-08-25 11:56:34 +0000
commitc168141f9357916367274077b8ee04f3ad5eeef9 (patch)
treed305187ea667e2c134a9ba020eeef89d11ad7890 /emulators/ROMInfo
parenta955fa54c72571188517651c9bd789a38bbc9aeb (diff)
downloadpkgsrc-c168141f9357916367274077b8ee04f3ad5eeef9.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/ROMInfo')
-rw-r--r--emulators/ROMInfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ROMInfo/Makefile b/emulators/ROMInfo/Makefile
index d12efdf82db..6be26849cb1 100644
--- a/emulators/ROMInfo/Makefile
+++ b/emulators/ROMInfo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/03/03 19:21:37 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2009/08/25 11:56:36 wiz Exp $
#
DISTNAME= rinfo27
@@ -15,7 +15,7 @@ USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}
MAKE_FILE= makefile
BUILD_TARGET= rominfo
-EXTRACT_OPTS_ZIP= -Laaqo
+EXTRACT_OPTS_ZIP= -aaqo
INSTALLATION_DIRS= bin
PKG_DESTDIR_SUPPORT= user-destdir