svn commit: r333874 - head/dns/fpdns

Emanuel Haupt ehaupt at FreeBSD.org
Fri Nov 15 15:08:12 UTC 2013


Author: ehaupt
Date: Fri Nov 15 15:08:12 2013
New Revision: 333874
URL: http://svnweb.freebsd.org/changeset/ports/333874

Log:
  Support staging.

Modified:
  head/dns/fpdns/Makefile
  head/dns/fpdns/pkg-plist

Modified: head/dns/fpdns/Makefile
==============================================================================
--- head/dns/fpdns/Makefile	Fri Nov 15 14:58:59 2013	(r333873)
+++ head/dns/fpdns/Makefile	Fri Nov 15 15:08:12 2013	(r333874)
@@ -22,7 +22,4 @@ GH_TAGNAME=	20130404
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=		fpdns.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/dns/fpdns/pkg-plist
==============================================================================
--- head/dns/fpdns/pkg-plist	Fri Nov 15 14:58:59 2013	(r333873)
+++ head/dns/fpdns/pkg-plist	Fri Nov 15 15:08:12 2013	(r333874)
@@ -1,4 +1,5 @@
 bin/fpdns
+man/man1/fpdns.1.gz
 %%SITE_PERL%%/Net/DNS/Fingerprint.pm
 %%SITE_PERL%%/Net/DNS/REPLACE
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Fingerprint/.packlist


More information about the svn-ports-all mailing list