svn commit: r333805 - head/games/xpuzzletama

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Nov 14 23:18:09 UTC 2013


Author: danilo
Date: Thu Nov 14 23:18:08 2013
New Revision: 333805
URL: http://svnweb.freebsd.org/changeset/ports/333805

Log:
  - Add stage support

Modified:
  head/games/xpuzzletama/Makefile

Modified: head/games/xpuzzletama/Makefile
==============================================================================
--- head/games/xpuzzletama/Makefile	Thu Nov 14 23:11:48 2013	(r333804)
+++ head/games/xpuzzletama/Makefile	Thu Nov 14 23:18:08 2013	(r333805)
@@ -24,10 +24,9 @@ NO_INSTALL_MANPAGES=	yes
 PLIST_FILES=	bin/xpuzzletama lib/X11/xpuzzletama/tama_score
 PLIST_DIRS=	lib/X11/xpuzzletama
 
-NO_STAGE=	yes
 post-install:
-	${MKDIR} ${PREFIX}/lib/X11/xpuzzletama
-	${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666 \
-		${WRKSRC}/.tama_score ${PREFIX}/lib/X11/xpuzzletama/tama_score
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xpuzzletama
+	${INSTALL} ${COPY} -m 666 ${WRKSRC}/.tama_score \
+		${STAGEDIR}${PREFIX}/lib/X11/xpuzzletama/tama_score
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list