svn commit: r333803 - head/games/xpipeman

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Nov 14 22:59:28 UTC 2013


Author: danilo
Date: Thu Nov 14 22:59:27 2013
New Revision: 333803
URL: http://svnweb.freebsd.org/changeset/ports/333803

Log:
  - Add stage support

Modified:
  head/games/xpipeman/Makefile
  head/games/xpipeman/pkg-plist

Modified: head/games/xpipeman/Makefile
==============================================================================
--- head/games/xpipeman/Makefile	Thu Nov 14 22:55:49 2013	(r333802)
+++ head/games/xpipeman/Makefile	Thu Nov 14 22:59:27 2013	(r333803)
@@ -18,16 +18,11 @@ ONLY_FOR_ARCHS=	i386 amd64
 
 USES=		imake
 USE_XORG=	x11 xaw xext xmu xt sm ice
-MAN6=		xpipeman.6
-MANCOMPRESSED=	no
 CFLAGS+=	-Wno-error=return-type
-BINGRP=		games
-BINMODE=	2555
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${MANPREFIX}/man/man6/xpipeman.6
-	${INSTALL} -c -g games -m 664 ${FILESDIR}/xpipescores ${PREFIX}/lib/X11
+	${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${STAGEDIR}${MANPREFIX}/man/man6/xpipeman.6
+	${INSTALL} -c ${FILESDIR}/xpipescores ${STAGEDIR}${PREFIX}/lib/X11
 
 .include <bsd.port.mk>

Modified: head/games/xpipeman/pkg-plist
==============================================================================
--- head/games/xpipeman/pkg-plist	Thu Nov 14 22:55:49 2013	(r333802)
+++ head/games/xpipeman/pkg-plist	Thu Nov 14 22:59:27 2013	(r333803)
@@ -1,2 +1,9 @@
+ at group games
+ at mode 2555
 bin/xpipeman
+ at mode
+ at mode 664
 lib/X11/xpipescores
+ at mode
+ at group
+man/man6/xpipeman.6.gz


More information about the svn-ports-head mailing list