svn commit: r355924 - head/sysutils/iograph

Tim Bishop tdb at FreeBSD.org
Sat May 31 00:25:43 UTC 2014


Author: tdb
Date: Sat May 31 00:25:43 2014
New Revision: 355924
URL: http://svnweb.freebsd.org/changeset/ports/355924
QAT: https://qat.redports.org/buildarchive/r355924/

Log:
  Stage support.
  
  PR:		ports/190395
  Submitted by:	"Markus Dolze" <bsdfan at nurfuerspam.de> (maintainer)

Modified:
  head/sysutils/iograph/Makefile

Modified: head/sysutils/iograph/Makefile
==============================================================================
--- head/sysutils/iograph/Makefile	Fri May 30 23:59:31 2014	(r355923)
+++ head/sysutils/iograph/Makefile	Sat May 31 00:25:43 2014	(r355924)
@@ -9,10 +9,11 @@ MASTER_SITES=	SF/iograph
 MAINTAINER=	bsdfan at nurfuerspam.de
 COMMENT=	Creates HTML statistics of network transfer
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 PLIST_FILES=	bin/iograph \
+		man/man8/iograph.8.gz \
 		%%DATADIR%%/in.gif \
 		%%DATADIR%%/out.gif \
 		%%DATADIR%%/iograph.gif
@@ -20,7 +21,4 @@ PLIST_DIRS=	%%DATADIR%%
 
 GNU_CONFIGURE=	yes
 
-MAN8=		iograph.8
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list