diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-21 16:05:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-21 16:05:23 +0000 |
commit | 272171f94ce769ed85ec278f60fb74104a8230c1 (patch) | |
tree | fd49d69d0c3ab8ad3703900fdad21abc4bc653dd /games/gcompris/files | |
parent | 34ea5345e2b6fa65b85e78d483fa5bc4909ec7c8 (diff) | |
download | ports-272171f94ce769ed85ec278f60fb74104a8230c1.tar.gz ports-272171f94ce769ed85ec278f60fb74104a8230c1.zip |
Notes
Diffstat (limited to 'games/gcompris/files')
-rw-r--r-- | games/gcompris/files/patch-ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/gcompris/files/patch-ac b/games/gcompris/files/patch-ac new file mode 100644 index 000000000000..a158f56775d4 --- /dev/null +++ b/games/gcompris/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 + |