Date: Fri, 31 Jan 2014 17:05:51 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342039 - head/net/pload Message-ID: <201401311705.s0VH5pDU007442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311705.s0VH5pDU007442>