diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-05-10 06:52:53 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-05-10 06:52:53 +0000 |
commit | f07965391aa9d6cd3dfccb7716245c35eb4bc740 (patch) | |
tree | 49426d56933d0888324939d6e112286d5b2fdd61 /games/gnomekiss/files/patch-configure | |
parent | upgrade to 1.2.2 (diff) |
Update to 1.6.
PR: ports/52012
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=80588
Diffstat (limited to 'games/gnomekiss/files/patch-configure')
-rw-r--r-- | games/gnomekiss/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gnomekiss/files/patch-configure b/games/gnomekiss/files/patch-configure new file mode 100644 index 000000000000..e42249c1001e --- /dev/null +++ b/games/gnomekiss/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Jan 21 00:14:10 2002 ++++ configure Sat Jan 26 20:37:38 2002 +@@ -4007,7 +4007,7 @@ + PACKAGE_PIXMAPS_DIR="`gnome-config --datadir`/pixmaps/${PACKAGE}" + + +-GNOME_DESKTOP_DIR="`gnome-config --datadir`/gnome/apps" ++GNOME_DESKTOP_DIR="`gnome-config --datadir`/apps" + + + trap '' 1 2 15 |