svn commit: r341551 - head/ftp/wget

Martin Wilke miwi at FreeBSD.org
Tue Jan 28 13:33:40 UTC 2014


Author: miwi
Date: Tue Jan 28 13:33:39 2014
New Revision: 341551
URL: http://svnweb.freebsd.org/changeset/ports/341551
QAT: https://qat.redports.org/buildarchive/r341551/

Log:
  - Stage support

Modified:
  head/ftp/wget/Makefile
  head/ftp/wget/pkg-plist

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Tue Jan 28 13:33:24 2014	(r341550)
+++ head/ftp/wget/Makefile	Tue Jan 28 13:33:39 2014	(r341551)
@@ -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}

Modified: head/ftp/wget/pkg-plist
==============================================================================
--- head/ftp/wget/pkg-plist	Tue Jan 28 13:33:24 2014	(r341550)
+++ head/ftp/wget/pkg-plist	Tue Jan 28 13:33:39 2014	(r341551)
@@ -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


More information about the svn-ports-all mailing list