diff options
author | vd <vd@FreeBSD.org> | 2011-09-21 14:31:51 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2011-09-21 14:31:51 +0800 |
commit | f0729892e5c52bb037491763dcb8becc815b36e4 (patch) | |
tree | ab2f28386a9ca8efa88772b502cc6656c1c1cea7 /ftp | |
parent | 9a5020b7e6859bee7a490fb30fbfffd5b0e00627 (diff) | |
download | freebsd-ports-gnome-f0729892e5c52bb037491763dcb8becc815b36e4.tar.gz freebsd-ports-gnome-f0729892e5c52bb037491763dcb8becc815b36e4.tar.zst freebsd-ports-gnome-f0729892e5c52bb037491763dcb8becc815b36e4.zip |
Fix pkg-plist: do not remove lib/charset.alias
Spotted by: olgeni@, pav@
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget/Makefile | 3 | ||||
-rw-r--r-- | ftp/wget/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 3a9000e217ba..b9173471fa80 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -7,6 +7,7 @@ PORTNAME= wget DISTVERSION= 1.13.4 +PORTREVISION= 1 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget @@ -18,8 +19,6 @@ USE_XZ= yes USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" MAKE_JOBS_SAFE= yes OPTIONS= GNUTLS "Support for SSL via GnuTLS" Off \ diff --git a/ftp/wget/pkg-plist b/ftp/wget/pkg-plist index f98bd2c803b0..a7e7f7f98dbf 100644 --- a/ftp/wget/pkg-plist +++ b/ftp/wget/pkg-plist @@ -1,6 +1,5 @@ bin/wget etc/wgetrc.sample -lib/charset.alias %%NLS%%share/locale/be/LC_MESSAGES/wget.mo %%NLS%%share/locale/bg/LC_MESSAGES/wget.mo %%NLS%%share/locale/ca/LC_MESSAGES/wget.mo |