diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-22 00:05:23 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-22 00:05:23 +0800 |
commit | 8d7c36c0a8626ff147aa6c73a9cc4dfd12cc14d3 (patch) | |
tree | a16bd60e866826f97906003695d64b94626bfef6 /games/gcompris2/files | |
parent | b423d4b206865850f54798bea2fc26f1d9685d79 (diff) | |
download | freebsd-ports-gnome-8d7c36c0a8626ff147aa6c73a9cc4dfd12cc14d3.tar.gz freebsd-ports-gnome-8d7c36c0a8626ff147aa6c73a9cc4dfd12cc14d3.tar.zst freebsd-ports-gnome-8d7c36c0a8626ff147aa6c73a9cc4dfd12cc14d3.zip |
Add gcompris - a simple Gnome-based education game for children starting at 3.
Recommended to all committers by the -core!
Diffstat (limited to 'games/gcompris2/files')
-rw-r--r-- | games/gcompris2/files/patch-ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/gcompris2/files/patch-ac b/games/gcompris2/files/patch-ac new file mode 100644 index 000000000000..a158f56775d4 --- /dev/null +++ b/games/gcompris2/files/patch-ac @@ -0,0 +1,17 @@ +--- Makefile.in.orig Thu Jul 20 03:19:15 2000 ++++ Makefile.in Fri Jul 21 18:32:23 2000 +@@ -114,11 +114,11 @@ + + SUBDIRS = intl po macros src sounds + +-pixmapdir = $(datadir)/pixmaps/gcompris +-icondir = $(datadir)/pixmaps ++pixmapdir = $(PACKAGE_PIXMAPS_DIR) ++icondir = $(PIXMAPS_DIR) + soundlistdir = $(sysconfdir)/sound/events + Gamesdir = $(datadir)/gnome/apps/Games +-scoredir = $(localstatedir)/games ++scoredir = $(SCORE_DIR) + + leveldatadir = $(datadir)/gcompris/data + |