svn commit: r353993 - head/games/sol

Edwin Groothuis edwin at FreeBSD.org
Tue May 13 20:53:43 UTC 2014


Author: edwin
Date: Tue May 13 20:53:42 2014
New Revision: 353993
URL: http://svnweb.freebsd.org/changeset/ports/353993
QAT: https://qat.redports.org/buildarchive/r353993/

Log:
  Fix staging

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

Modified: head/games/sol/Makefile
==============================================================================
--- head/games/sol/Makefile	Tue May 13 20:51:59 2014	(r353992)
+++ head/games/sol/Makefile	Tue May 13 20:53:42 2014	(r353993)
@@ -10,38 +10,35 @@ MASTER_SITES=	http://shh.thathost.com/pu
 MAINTAINER=	edwin at 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>

Modified: head/games/sol/pkg-plist
==============================================================================
--- head/games/sol/pkg-plist	Tue May 13 20:51:59 2014	(r353992)
+++ head/games/sol/pkg-plist	Tue May 13 20:53:42 2014	(r353993)
@@ -1,3 +1,4 @@
+man/man6/sol.6.gz
 @owner games
 @group games
 @mode 6755


More information about the svn-ports-all mailing list