svn commit: r342039 - head/net/pload

Antoine Brodin antoine at FreeBSD.org
Fri Jan 31 17:05:51 UTC 2014


Author: antoine
Date: Fri Jan 31 17:05:50 2014
New Revision: 342039
URL: http://svnweb.freebsd.org/changeset/ports/342039
QAT: https://qat.redports.org/buildarchive/r342039/

Log:
  - Stage support
  - Bump PORTREVISION as man page was not installed previously

Modified:
  head/net/pload/Makefile

Modified: head/net/pload/Makefile
==============================================================================
--- head/net/pload/Makefile	Fri Jan 31 17:04:25 2014	(r342038)
+++ head/net/pload/Makefile	Fri Jan 31 17:05:50 2014	(r342039)
@@ -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 
 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>


More information about the svn-ports-all mailing list