diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-25 11:56:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-25 11:56:34 +0000 |
commit | 8c5134dbe00f3188d5832b193a30e30ca7a6ce45 (patch) | |
tree | d305187ea667e2c134a9ba020eeef89d11ad7890 /emulators | |
parent | 8c517d92ba12902e7ea6dde033394e1cccc22aa6 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | emulators/DatLib/Makefile | 4 | ||||
-rw-r--r-- | emulators/DatUtil/Makefile | 4 | ||||
-rw-r--r-- | emulators/MAMEDiff/Makefile | 4 | ||||
-rw-r--r-- | emulators/ROMBuild/Makefile | 4 | ||||
-rw-r--r-- | emulators/ROMInfo/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/emulators/DatLib/Makefile b/emulators/DatLib/Makefile index 235bc44e1f3..96d0a98dee8 100644 --- a/emulators/DatLib/Makefile +++ b/emulators/DatLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/03/03 19:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2009/08/25 11:56:36 wiz Exp $ # DISTNAME= datlib221 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake WRKSRC= ${WRKDIR} MAKE_FILE= makefile BUILD_TARGET= datlib -EXTRACT_OPTS_ZIP= -Laaqo +EXTRACT_OPTS_ZIP= -aaqo MAKE_ENV+= RANLIB=${RANLIB:Q} INSTALLATION_DIRS= lib diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index 27576a1d81c..864f11fec82 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/03/03 19:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2009/08/25 11:56:36 wiz Exp $ # DISTNAME= dutil232 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake WRKSRC= ${WRKDIR} MAKE_FILE= makefile BUILD_TARGET= datutil -EXTRACT_OPTS_ZIP= -Laaqo +EXTRACT_OPTS_ZIP= -aaqo INSTALLATION_DIRS= bin diff --git a/emulators/MAMEDiff/Makefile b/emulators/MAMEDiff/Makefile index 3032d8cdb93..c3ee5e5edd7 100644 --- a/emulators/MAMEDiff/Makefile +++ b/emulators/MAMEDiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/03/03 19:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2009/08/25 11:56:36 wiz Exp $ # DISTNAME= mdiff226 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake WRKSRC= ${WRKDIR} MAKE_FILE= makefile BUILD_TARGET= mamediff -EXTRACT_OPTS_ZIP= -Laaqo +EXTRACT_OPTS_ZIP= -aaqo INSTALLATION_DIRS= bin post-extract: 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: 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 |