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.
This commit is contained in:
parent
69eff4f086
commit
cd05b43ccf
2 changed files with 3 additions and 3 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue