svn commit: r373822 - head/games/ggz-sdl-games

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 3 13:38:42 UTC 2014


Author: amdmi3
Date: Wed Dec  3 13:38:41 2014
New Revision: 373822
URL: https://svnweb.freebsd.org/changeset/ports/373822
QAT: https://qat.redports.org/buildarchive/r373822/

Log:
  - Fix etc/ggz.modules handling
  - Drop @dirrm* from plist

Modified:
  head/games/ggz-sdl-games/Makefile
  head/games/ggz-sdl-games/pkg-plist

Modified: head/games/ggz-sdl-games/Makefile
==============================================================================
--- head/games/ggz-sdl-games/Makefile	Wed Dec  3 13:38:23 2014	(r373821)
+++ head/games/ggz-sdl-games/Makefile	Wed Dec  3 13:38:41 2014	(r373822)
@@ -31,6 +31,7 @@ post-patch:
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/geekgame/module.dsc ${STAGEDIR}/${PREFIX}/share/ggz/geekgame.dsc
 	${INSTALL_DATA} ${WRKSRC}/ttt3d/module.dsc ${STAGEDIR}/${PREFIX}/share/ggz/ttt3d.dsc
+	${RM} ${STAGEDIR}${PREFIX}/etc/ggz.modules
 
 .include "${.CURDIR}/../libggz/bsd.ggz.mk"
 .include <bsd.port.mk>

Modified: head/games/ggz-sdl-games/pkg-plist
==============================================================================
--- head/games/ggz-sdl-games/pkg-plist	Wed Dec  3 13:38:23 2014	(r373821)
+++ head/games/ggz-sdl-games/pkg-plist	Wed Dec  3 13:38:41 2014	(r373822)
@@ -18,7 +18,4 @@ share/ggz/geekgame.dsc
 @unexec ggz-config -D --remove --modfile=%D/share/ggz/ttt3d.dsc --force
 share/ggz/ttt3d.dsc
 @exec ggz-config -D --install --modfile=%D/share/ggz/ttt3d.dsc --force
- at dirrm share/ggz/geekgame
- at dirrm share/ggz/ttt3d
- at dirrmtry lib/ggz
- at dirrmtry share/ggz
+ at unexec if [ "x`cat %D/etc/ggz.modules`" = "x[Games]" ]; then echo -n > %D/etc/ggz.modules; fi


More information about the svn-ports-head mailing list