1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix staging

This commit is contained in:
Edwin Groothuis 2014-05-13 20:53:42 +00:00
parent 4cdf0359ba
commit aae3af8290
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353993
2 changed files with 18 additions and 20 deletions

View File

@ -10,38 +10,35 @@ MASTER_SITES= http://shh.thathost.com/pub-unix/files/
MAINTAINER= edwin@mavetju.org
COMMENT= Solitaire card game for X Window System
LIB_DEPENDS= shhopt.1:${PORTSDIR}/devel/libshhopt \
shhmsg.1:${PORTSDIR}/devel/libshhmsg \
xalloc.1:${PORTSDIR}/devel/libxalloc \
shhcards.1:${PORTSDIR}/games/libshhcards
LIB_DEPENDS= libshhopt.so.1:${PORTSDIR}/devel/libshhopt \
libshhmsg.so.1:${PORTSDIR}/devel/libshhmsg \
libxalloc.so.1:${PORTSDIR}/devel/libxalloc \
libshhcards.so.1:${PORTSDIR}/games/libshhcards
CONFLICTS= gnome-games-*
USE_GMAKE= yes
USES= gmake
USE_XORG= xpm x11 xaw
MAN6= sol.6
NO_STAGE= yes
.include <bsd.port.pre.mk>
pre-build:
cd ${WRKSRC} && ${GMAKE} readme.var
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sol ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sol.6 ${PREFIX}/man/man6
@${MKDIR} ${PREFIX}/share/sol
${INSTALL_DATA} ${WRKSRC}/sol.score ${PREFIX}/share/sol
@${CHOWN} root:games ${PREFIX}/bin/sol
@${CHOWN} root:games ${PREFIX}/share/sol/sol.score
@${CHMOD} 2755 ${PREFIX}/bin/sol
@${CHMOD} 770 ${PREFIX}/share/sol
@${CHMOD} 660 ${PREFIX}/share/sol/sol.score
${INSTALL_PROGRAM} ${WRKSRC}/sol ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sol.6 ${STAGEDIR}${PREFIX}/man/man6
@${MKDIR} ${STAGEDIR}${PREFIX}/share/sol
${INSTALL_DATA} ${WRKSRC}/sol.score ${STAGEDIR}${PREFIX}/share/sol
@${CHOWN} root:games ${STAGEDIR}${PREFIX}/bin/sol
@${CHOWN} root:games ${STAGEDIR}${PREFIX}/share/sol/sol.score
@${CHMOD} 2755 ${STAGEDIR}${PREFIX}/bin/sol
@${CHMOD} 770 ${STAGEDIR}${PREFIX}/share/sol
@${CHMOD} 660 ${STAGEDIR}${PREFIX}/share/sol/sol.score
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/sol
${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/sol
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sol
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sol
${INSTALL_DATA} ${WRKSRC}/CREDITS ${STAGEDIR}${PREFIX}/share/doc/sol
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/sol
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,4 @@
man/man6/sol.6.gz
@owner games
@group games
@mode 6755