1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

- Bump PORTREVISION as man page was not installed previously
This commit is contained in:
Antoine Brodin 2014-01-31 17:05:50 +00:00
parent 42cdd0f565
commit 2a3e5f6057
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342039

View File

@ -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>