diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-28 21:33:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-28 21:33:39 +0800 |
commit | 57dcdc5ec5e15b44c39c83a7b370f3295a95fc57 (patch) | |
tree | 1ea6d9fff8f74f4ed6fe2de4c5c9e516a8b8e085 | |
parent | bd873d2c8e4cf36eaf5943c24e953a0f12d3802e (diff) | |
download | freebsd-ports-gnome-57dcdc5ec5e15b44c39c83a7b370f3295a95fc57.tar.gz freebsd-ports-gnome-57dcdc5ec5e15b44c39c83a7b370f3295a95fc57.tar.zst freebsd-ports-gnome-57dcdc5ec5e15b44c39c83a7b370f3295a95fc57.zip |
- Stage support
-rw-r--r-- | ftp/wget/Makefile | 1 | ||||
-rw-r--r-- | ftp/wget/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 173442b7b016..b9af9903a356 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -23,7 +23,6 @@ OPTIONS_DEFAULT=OPENSSL IDN PCRE_DESC= Support Perl regular expressions in addition to POSIX -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENSSL} diff --git a/ftp/wget/pkg-plist b/ftp/wget/pkg-plist index a7e7f7f98dbf..ddd55692ec76 100644 --- a/ftp/wget/pkg-plist +++ b/ftp/wget/pkg-plist @@ -1,5 +1,6 @@ bin/wget etc/wgetrc.sample +man/man1/wget.1.gz %%NLS%%share/locale/be/LC_MESSAGES/wget.mo %%NLS%%share/locale/bg/LC_MESSAGES/wget.mo %%NLS%%share/locale/ca/LC_MESSAGES/wget.mo |