Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2014 00:25:43 +0000 (UTC)
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355924 - head/sysutils/iograph
Message-ID:  <201405310025.s4V0Phos069503@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405310025.s4V0Phos069503>