svn commit: r337782 - head/sysutils/xbattbar

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 19:15:24 UTC 2013


Author: bapt
Date: Fri Dec 27 19:15:24 2013
New Revision: 337782
URL: http://svnweb.freebsd.org/changeset/ports/337782

Log:
  Support stage

Modified:
  head/sysutils/xbattbar/Makefile

Modified: head/sysutils/xbattbar/Makefile
==============================================================================
--- head/sysutils/xbattbar/Makefile	Fri Dec 27 19:12:52 2013	(r337781)
+++ head/sysutils/xbattbar/Makefile	Fri Dec 27 19:15:24 2013	(r337782)
@@ -14,8 +14,7 @@ COMMENT=	Simple battery meter
 USES=		imake
 USE_XORG=	x11 xext
 WRKSRC=		${WRKDIR}/xbattbar-${PORTVERSION}
-MAN1=		xbattbar.1
-PLIST_FILES=	bin/xbattbar
+PLIST_FILES=	bin/xbattbar \
+		man/man1/xbattbar.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list