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 /mail/newspipe/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 'mail/newspipe/Makefile')
-rw-r--r-- | mail/newspipe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/newspipe/Makefile b/mail/newspipe/Makefile index 62fe107fa3b..ba16bf31409 100644 --- a/mail/newspipe/Makefile +++ b/mail/newspipe/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2009/02/09 22:56:25 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2009/08/25 11:56:35 wiz Exp $ # DISTNAME= newspipe.1.1.9 PKGNAME= ${DISTNAME:S/./-/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=newspipe/} EXTRACT_SUFX= .zip @@ -39,7 +39,7 @@ do-install: for f in cache.py newspipe.py opml.py; do \ ${INSTALL_SCRIPT} $${f} ${DESTDIR}${PREFIX}/share/newspipe; \ done; \ - for f in manual.html readme; do \ + for f in manual.html README; do \ ${INSTALL_DATA} $${f} ${DESTDIR}${PREFIX}/share/doc/newspipe; \ done; \ for f in newspipe.ini test.opml; do \ |