svn commit: r330774 - head/net-mgmt/ehnt

Antoine Brodin antoine at FreeBSD.org
Fri Oct 18 21:25:28 UTC 2013


Author: antoine
Date: Fri Oct 18 21:25:27 2013
New Revision: 330774
URL: http://svnweb.freebsd.org/changeset/ports/330774

Log:
  Finish staging support

Modified:
  head/net-mgmt/ehnt/Makefile

Modified: head/net-mgmt/ehnt/Makefile
==============================================================================
--- head/net-mgmt/ehnt/Makefile	Fri Oct 18 21:14:20 2013	(r330773)
+++ head/net-mgmt/ehnt/Makefile	Fri Oct 18 21:25:27 2013	(r330774)
@@ -11,15 +11,13 @@ MAINTAINER=	marck at FreeBSD.org
 COMMENT=	A simple Cisco NetFlow data collector
 
 PLIST_FILES=	bin/ehnt etc/rc.d/ehntserv.sh.sample \
+		man/man1/ehnt.1.gz man/man8/ehntserv.8.gz \
 		sbin/ehntserv share/ehnt/asnc.txt
 PLIST_DIRS+=	share/ehnt
 
 PORTDOCS=	README
 STPREFIX=	${STAGEDIR}${PREFIX}
 
-MAN1=		ehnt.1
-MAN8=		ehntserv.8
-
 post-extract:
 	${TOUCH} ${WRKSRC}/asnc.txt
 


More information about the svn-ports-all mailing list