diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 07:51:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 07:51:04 +0800 |
commit | 43e29dad56b209fcd65d1f53f300f7035acc7c13 (patch) | |
tree | 5979c7c09c45b7426506b50ce89d3b46177d4500 /games/gnome-games | |
parent | e81218f0ad594debcdb7376462c5198efc985c2d (diff) | |
download | marcuscom-ports-43e29dad56b209fcd65d1f53f300f7035acc7c13.tar.gz marcuscom-ports-43e29dad56b209fcd65d1f53f300f7035acc7c13.tar.zst marcuscom-ports-43e29dad56b209fcd65d1f53f300f7035acc7c13.zip |
Cleanup the ggz.modules file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10200 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 10 | ||||
-rw-r--r-- | games/gnome-games/pkg-plist | 6 |
2 files changed, 15 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 0db40b661..067a3089e 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.163 2007/12/23 11:12:33 kwm Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.164 2008/01/15 07:27:19 marcus Exp $ # PORTNAME= gnome-games PORTVERSION= 2.21.5 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -42,6 +43,9 @@ GCONF_SCHEMAS= aisleriot.schemas blackjack.schemas glchess.schemas \ CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* +DSC_FILES= iagno/iagno-client.dsc gnect/data/gnect-client.dsc \ + gnibbles/gnibbles-client.dsc + .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) @@ -54,6 +58,10 @@ post-patch: ${WRKSRC}/glchess/src/lib/defaults.py.in post-install: + ${MKDIR} ${PREFIX}/share/ggz/gnome-games +.for dsc in ${DSC_FILES} + ${INSTALL_DATA} ${WRKSRC}/${dsc} ${PREFIX}/share/ggz/gnome-games/${dsc:T} +.endfor @-update-desktop-database .include <bsd.port.post.mk> diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index abba8ecec..9b42c462d 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -339,6 +339,12 @@ share/ggz/gnome-games/ggz_gtk_lag3.svg share/ggz/gnome-games/ggz_gtk_lag4.svg share/ggz/gnome-games/ggz_gtk_lag5.svg share/ggz/gnome-games/ggz_gtk_registered.svg +@unexec %%LOCALBASE%%/bin/ggz-config -D --remove --modfile=%D/share/ggz/gnome-games/gnect-client.dsc +share/ggz/gnome-games/gnect-client.dsc +@unexec %%LOCALBASE%%/bin/ggz-config -D --remove --modfile=%D/share/ggz/gnome-games/gnibbles-client.dsc +share/ggz/gnome-games/gnibbles-client.dsc +@unexec %%LOCALBASE%%/bin/ggz-config -D --remove --modfile=%D/share/ggz/gnome-games/iango-client.dsc +share/ggz/gnome-games/iagno-client.dsc share/glchess/ai.xml share/glchess/chess_view.glade share/glchess/glchess.glade |