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 /editors | |
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 'editors')
-rw-r--r-- | editors/uemacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 1274682a9a6..da9092725c3 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/05/25 14:45:17 tron Exp $ +# $NetBSD: Makefile,v 1.11 2009/08/25 11:56:34 wiz Exp $ DISTNAME= ue400dev PKGNAME= uemacs-4.0 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= "emacs" key sequences compatible full screen editor WRKSRC= ${WRKDIR} +EXTRACT_OPTS_ZIP= -Laqo post-extract: ${CP} -r ${WRKSRC}/freebsd ${WRKSRC}/netbsd |