diff options
author | tron <tron> | 2011-10-25 07:50:33 +0000 |
---|---|---|
committer | tron <tron> | 2011-10-25 07:50:33 +0000 |
commit | 900cefa86a1419717eceb560e820d0a72fd90947 (patch) | |
tree | 487aadd4f596fa51f0f19b1e98224b80947a32d7 /net/wget | |
parent | e79304e63e460b925dd6d3522fc4f09e4611c08f (diff) | |
download | pkgsrc-900cefa86a1419717eceb560e820d0a72fd90947.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 |