diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-23 21:56:48 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-23 21:56:48 +0800 |
commit | ece6085b5f035aaa2b7e71d8c5d65356a8a3eba4 (patch) | |
tree | c8eb54dc4f9ceb665c22dcda291de3b157ab78aa /games/gnome-games | |
parent | 511d94d4fa9cf8ee1d197cb84e2558ad8a6f98a3 (diff) | |
download | marcuscom-ports-ece6085b5f035aaa2b7e71d8c5d65356a8a3eba4.tar marcuscom-ports-ece6085b5f035aaa2b7e71d8c5d65356a8a3eba4.tar.gz marcuscom-ports-ece6085b5f035aaa2b7e71d8c5d65356a8a3eba4.tar.bz2 marcuscom-ports-ece6085b5f035aaa2b7e71d8c5d65356a8a3eba4.tar.lz marcuscom-ports-ece6085b5f035aaa2b7e71d8c5d65356a8a3eba4.tar.xz marcuscom-ports-ece6085b5f035aaa2b7e71d8c5d65356a8a3eba4.tar.zst marcuscom-ports-ece6085b5f035aaa2b7e71d8c5d65356a8a3eba4.zip |
Fix build with new gobject-introspection.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14648 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index eaee18f7e..22457ea8e 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.227 2010/08/30 13:11:19 kwm Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.228 2010/09/04 09:57:16 kwm Exp $ # PORTNAME= gnome-games @@ -59,8 +59,10 @@ LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ - ${WRKSRC}/gnome-sudoku/src/lib/defaults.py.in \ + ${WRKSRC}/gnome-sudoku/src/lib/defaults.py.in \ ${WRKSRC}/glchess/src/lib/defaults.py.in + @${REINPLACE_CMD} -e 's|strip-prefix=games|strip-prefix=Games|' \ + ${WRKSRC}/libgames-support/Makefile.in post-install: ${MKDIR} ${PREFIX}/share/ggz/gnome-games |