aboutsummaryrefslogtreecommitdiff
path: root/sysutils/iograph
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2014-05-31 00:25:43 +0000
committerTim Bishop <tdb@FreeBSD.org>2014-05-31 00:25:43 +0000
commit0b58c0895e60d8aa46ae97085e27a54228e69f35 (patch)
tree5adc637ac8af3173f3e9207895f344c6ec7666a7 /sysutils/iograph
parent608bfdc537a2f6259df7fea0e08a1f9add99903d (diff)
downloadports-0b58c0895e60d8aa46ae97085e27a54228e69f35.tar.gz
ports-0b58c0895e60d8aa46ae97085e27a54228e69f35.zip
Stage support.
PR: ports/190395 Submitted by: "Markus Dolze" <bsdfan@nurfuerspam.de> (maintainer)
Notes
Notes: svn path=/head/; revision=355924
Diffstat (limited to 'sysutils/iograph')
-rw-r--r--sysutils/iograph/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/iograph/Makefile b/sysutils/iograph/Makefile
index 69de015a6a8a..57873fc7e87f 100644
--- a/sysutils/iograph/Makefile
+++ b/sysutils/iograph/Makefile
@@ -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>