Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 13:33:40 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341551 - head/ftp/wget
Message-ID:  <201401281333.s0SDXeQn089674@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401281333.s0SDXeQn089674>