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 /games/quakedata/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 'games/quakedata/Makefile')
-rw-r--r-- | games/quakedata/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/quakedata/Makefile b/games/quakedata/Makefile index 343448f7558..66499681ee4 100644 --- a/games/quakedata/Makefile +++ b/games/quakedata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:15 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2009/08/25 11:56:36 wiz Exp $ DISTNAME= quake106 PKGNAME= quakedata-1.0 @@ -23,7 +23,6 @@ BUILD_DEPENDS+= lha-[0-9]*:../../archivers/lha PKG_DESTDIR_SUPPORT= user-destdir EXTRACT_ELEMENTS= resource.* -EXTRACT_OPTS_ZIP= -qo WRKSRC= ${WRKDIR} NO_BUILD= YES |