diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-31 17:05:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-31 17:05:50 +0000 |
commit | 2a3e5f6057f4edf0ea985bcf110a31e81ee11b80 (patch) | |
tree | 622f4a6336cd76ac485ca5cf6306e103f6ef8ea2 /net | |
parent | 42cdd0f56541e0cab9f3c920c420a3500b2127eb (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/pload/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile index 191cd84f519c..afc252a43542 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> |