Stageify. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->tdb I'll take it.
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@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@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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!