aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-01 01:05:50 +0800
committerantoine <antoine@FreeBSD.org>2014-02-01 01:05:50 +0800
commit97bc648708f93a1d673f21778db3f7512cc67cef (patch)
tree622f4a6336cd76ac485ca5cf6306e103f6ef8ea2
parent7217674b9eedbb13a5796995555f63b4378a50b6 (diff)
downloadfreebsd-ports-graphics-97bc648708f93a1d673f21778db3f7512cc67cef.tar.gz
freebsd-ports-graphics-97bc648708f93a1d673f21778db3f7512cc67cef.tar.zst
freebsd-ports-graphics-97bc648708f93a1d673f21778db3f7512cc67cef.zip
- Stage support
- Bump PORTREVISION as man page was not installed previously
-rw-r--r--net/pload/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile
index 191cd84f519..afc252a4354 100644
--- a/net/pload/Makefile
+++ b/net/pload/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pload
PORTVERSION= 0.9.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://opal.com/jr/freebsd/ports/net/pload/
@@ -15,10 +15,8 @@ COMMENT= X11 program to display network traffic graphs
USES= imake:env
USE_XORG= ice sm x11 xaw xext xmu xpm xt
HAS_CONFIGURE= yes
+LATE_INSTALL_ARGS= install.man
-MAN1= pload.1
-MANCOMPRESSED= yes
-PLIST_FILES= bin/pload
+PLIST_FILES= bin/pload man/man1/pload.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>