summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-25 11:56:34 +0000
committerwiz <wiz@pkgsrc.org>2009-08-25 11:56:34 +0000
commit8c5134dbe00f3188d5832b193a30e30ca7a6ce45 (patch)
treed305187ea667e2c134a9ba020eeef89d11ad7890 /mail
parent8c517d92ba12902e7ea6dde033394e1cccc22aa6 (diff)
downloadpkgsrc-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')
-rw-r--r--mail/newspipe/Makefile6
-rw-r--r--mail/newspipe/PLIST4
2 files changed, 5 insertions, 5 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 \
diff --git a/mail/newspipe/PLIST b/mail/newspipe/PLIST
index bd2775e2088..6c30b89ccad 100644
--- a/mail/newspipe/PLIST
+++ b/mail/newspipe/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:04:38 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/08/25 11:56:35 wiz Exp $
bin/newspipe
+share/doc/newspipe/README
share/doc/newspipe/manual.html
-share/doc/newspipe/readme
share/examples/newspipe/newspipe.ini
share/examples/newspipe/test.opml
share/newspipe/cache.py