diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-11 10:12:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-11 10:12:01 +0800 |
commit | ff55f6977cf9362027726c69f1a960c95d095a97 (patch) | |
tree | 17b2aa316bc9bcb8cdcc4d8eda6b86dbf43e5242 | |
parent | b72642a3ff4fe06b49abf930c01e6bf73f03618b (diff) | |
download | marcuscom-ports-ff55f6977cf9362027726c69f1a960c95d095a97.tar marcuscom-ports-ff55f6977cf9362027726c69f1a960c95d095a97.tar.gz marcuscom-ports-ff55f6977cf9362027726c69f1a960c95d095a97.tar.bz2 marcuscom-ports-ff55f6977cf9362027726c69f1a960c95d095a97.tar.lz marcuscom-ports-ff55f6977cf9362027726c69f1a960c95d095a97.tar.xz marcuscom-ports-ff55f6977cf9362027726c69f1a960c95d095a97.tar.zst marcuscom-ports-ff55f6977cf9362027726c69f1a960c95d095a97.zip |
Fix some more paths in gnome-sudoku.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8032 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/gnome-games/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 6a0db16ba..f486e63af 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.125 2006/11/11 10:16:34 marcus Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.126 2006/12/06 02:44:34 marcus Exp $ # PORTNAME= gnome-games PORTVERSION= 2.17.3 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -53,7 +54,9 @@ post-patch: ${WRKSRC}/glchess/src/lib/defaults.py @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share/gnome|' \ ${WRKSRC}/gnome-sudoku/src/gnome-sudoku \ - ${WRKSRC}/glchess/src/glchess + ${WRKSRC}/glchess/src/glchess \ + ${WRKSRC}/gnome-sudoku/src/lib/dialog_swallower.py \ + ${WRKSRC}/gnome-sudoku/src/lib/game_selector.py post-install: @-update-desktop-database |