diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-28 13:33:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-28 13:33:39 +0000 |
commit | 218677a7c55969c5707fb27db291120c2b9a0ebf (patch) | |
tree | 1ea6d9fff8f74f4ed6fe2de4c5c9e516a8b8e085 /ftp | |
parent | 209f4123ea517427b9a2d364cd66d7acf05abbe7 (diff) | |
download | freebsd-ports-218677a7c55969c5707fb27db291120c2b9a0ebf.zip |
- Stage support
Diffstat (limited to 'ftp')
-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 |