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/MAMEDiff/Makefile | |
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/MAMEDiff/Makefile')
-rw-r--r-- | emulators/MAMEDiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |