svn commit: r347634 - head/net/echoping

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:43:20 UTC 2014


Author: miwi
Date: Sun Mar  9 14:43:19 2014
New Revision: 347634
URL: http://svnweb.freebsd.org/changeset/ports/347634
QAT: https://qat.redports.org/buildarchive/r347634/

Log:
  - Stage support

Modified:
  head/net/echoping/Makefile
  head/net/echoping/pkg-plist

Modified: head/net/echoping/Makefile
==============================================================================
--- head/net/echoping/Makefile	Sun Mar  9 14:43:07 2014	(r347633)
+++ head/net/echoping/Makefile	Sun Mar  9 14:43:19 2014	(r347634)
@@ -21,12 +21,9 @@ CONFIGURE_ARGS=	--enable-http --enable-i
 
 PING_PLUGINS=	dns random whois
 
-MAN1=		echoping.1 echoping_dns.1 echoping_random.1 echoping_whois.1
-
 OPTIONS_DEFINE=	LDAP PGSQL
 OPTIONS_DEFAULT=	LDAP
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MLDAP}

Modified: head/net/echoping/pkg-plist
==============================================================================
--- head/net/echoping/pkg-plist	Sun Mar  9 14:43:07 2014	(r347633)
+++ head/net/echoping/pkg-plist	Sun Mar  9 14:43:19 2014	(r347634)
@@ -19,4 +19,9 @@ lib/echoping/whois.a
 lib/echoping/whois.la
 lib/echoping/whois.so
 lib/echoping/whois.so.0
+man/man1/echoping.1.gz
+man/man1/echoping_dns.1.gz
+man/man1/echoping_ldap.1.gz
+man/man1/echoping_random.1.gz
+man/man1/echoping_whois.1.gz
 @dirrm lib/echoping


More information about the svn-ports-all mailing list