diff options
author | tron <tron@pkgsrc.org> | 2011-10-25 07:50:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-10-25 07:50:33 +0000 |
commit | cd05b43ccf92d7f9a173fb15ec97f598779f3b7b (patch) | |
tree | 487aadd4f596fa51f0f19b1e98224b80947a32d7 /net/wget | |
parent | 69eff4f086170b9a92748eab3c8917d5eaef7464 (diff) | |
download | pkgsrc-cd05b43ccf92d7f9a173fb15ec97f598779f3b7b.tar.gz |
The file "lib/charset.alias" must *not* be added to the package list as it
is on the default skip list. Removing it fixes the build under Mac OS X
where it doesn't get installed.
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 3 | ||||
-rw-r--r-- | net/wget/PLIST | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index cb2be662baf..973d296f561 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.105 2011/10/24 15:22:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.106 2011/10/25 07:50:33 tron Exp $ DISTNAME= wget-1.13.4 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} diff --git a/net/wget/PLIST b/net/wget/PLIST index 9bec66dc5ec..b95fcfd0edb 100644 --- a/net/wget/PLIST +++ b/net/wget/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.16 2011/10/24 15:22:01 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.17 2011/10/25 07:50:33 tron Exp $ bin/wget info/wget.info -lib/charset.alias man/man1/wget.1 share/examples/wget/wgetrc share/locale/be/LC_MESSAGES/wget.mo |