diff options
author | wiz <wiz> | 2009-08-25 11:56:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-25 11:56:34 +0000 |
commit | cbe140291a351580de540214976ddcbe4c938826 (patch) | |
tree | d305187ea667e2c134a9ba020eeef89d11ad7890 /emulators/MAMEDiff | |
parent | ddfcd840cb174596362f83267ea498b17d6efbee (diff) | |
download | pkgsrc-cbe140291a351580de540214976ddcbe4c938826.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')
-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: |