svn commit: r343898 - head/net-mgmt/omping

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 10:46:54 UTC 2014


Author: miwi
Date: Wed Feb 12 10:46:53 2014
New Revision: 343898
URL: http://svnweb.freebsd.org/changeset/ports/343898
QAT: https://qat.redports.org/buildarchive/r343898/

Log:
  - Stage support

Modified:
  head/net-mgmt/omping/Makefile

Modified: head/net-mgmt/omping/Makefile
==============================================================================
--- head/net-mgmt/omping/Makefile	Wed Feb 12 10:46:38 2014	(r343897)
+++ head/net-mgmt/omping/Makefile	Wed Feb 12 10:46:53 2014	(r343898)
@@ -13,11 +13,9 @@ LICENSE=	MIT
 
 USES=		gmake
 
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
+		man/man8/omping.8.gz
 
-MAN8=		${PORTNAME}.8
-
-NO_STAGE=	yes
 post-patch:
 		@${REINPLACE_CMD} -e 's|/share/man|/man|g' ${WRKSRC}/Makefile
 


More information about the svn-ports-all mailing list