svn commit: r362946 - head/games/ishido
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Jul 26 00:11:12 UTC 2014
Author: danilo
Date: Sat Jul 26 00:11:11 2014
New Revision: 362946
URL: http://svnweb.freebsd.org/changeset/ports/362946
QAT: https://qat.redports.org/buildarchive/r362946/
Log:
- Add stage support
Modified:
head/games/ishido/Makefile
head/games/ishido/pkg-plist
Modified: head/games/ishido/Makefile
==============================================================================
--- head/games/ishido/Makefile Sat Jul 26 00:04:12 2014 (r362945)
+++ head/games/ishido/Makefile Sat Jul 26 00:11:11 2014 (r362946)
@@ -13,12 +13,10 @@ COMMENT= Tile placement game
MAKE_ENV= X11BASE=${LOCALBASE}
USE_XORG= x11
-MAN6= ishido.6
-NO_STAGE= yes
do-install:
- ${INSTALL_MAN} ${WRKSRC}/ishido.6 ${PREFIX}/man/man6
- ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g games -m 2511 ${WRKSRC}/ishido ${PREFIX}/bin
- ${INSTALL} ${COPY} -o ${BINOWN} -g games -m 664 ${WRKSRC}/ishido_scores ${PREFIX}/share/misc/ishido_scores
-
+ ${INSTALL_MAN} ${WRKSRC}/ishido.6 ${STAGEDIR}${PREFIX}/man/man6
+ ${INSTALL} ${COPY} ${STRIP} ${WRKSRC}/ishido ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL} ${COPY} ${WRKSRC}/ishido_scores ${STAGEDIR}${PREFIX}/share/misc/ishido_scores
+
.include <bsd.port.mk>
Modified: head/games/ishido/pkg-plist
==============================================================================
--- head/games/ishido/pkg-plist Sat Jul 26 00:04:12 2014 (r362945)
+++ head/games/ishido/pkg-plist Sat Jul 26 00:11:11 2014 (r362946)
@@ -1,2 +1,11 @@
+ at mode 2511
+ at group games
bin/ishido
+ at group
+ at mode
+man/man6/ishido.6.gz
+ at mode 664
+ at group games
share/misc/ishido_scores
+ at group
+ at mode
More information about the svn-ports-head
mailing list