diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-23 19:59:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-23 19:59:53 +0000 |
commit | b15e93ede25ebf5f2c0e389ccdc0333aa4251d97 (patch) | |
tree | 4c373fe780e1f6a54081dcbfc747d94ed89b6da0 /games/teg/patches | |
parent | 4b3a80921fcb5807fd4bcf98549780866dbd5e6c (diff) | |
download | pkgsrc-b15e93ede25ebf5f2c0e389ccdc0333aa4251d97.tar.gz |
Reimport games/Teg into games/teg to match DISTNAME.
Moved Teg to Teg-mixedcase in the repository [schmonz 2007-06-07]
Diffstat (limited to 'games/teg/patches')
-rw-r--r-- | games/teg/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/teg/patches/patch-aa b/games/teg/patches/patch-aa new file mode 100644 index 00000000000..d7e86c071f8 --- /dev/null +++ b/games/teg/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/10/23 19:59:53 minskim Exp $ + +--- client/gui-gnome/Makefile.in.orig 2004-02-08 15:56:53.000000000 +0000 ++++ client/gui-gnome/Makefile.in +@@ -172,7 +172,7 @@ SUBDIRS = stock + libguiclient_a_SOURCES = gui.c gui.h callbacks.c callbacks.h interface.c interface.h chatline.c chatline.h priv.c priv.h support.c support.h g_cont.c g_cont.h g_country.c g_country.h stock.c stock.h cards.c cards.h dices.c dices.h mission.c mission.h status.c status.h connect.c connect.h armies.c armies.h colors.c colors.h preferences.c preferences.h g_scores.c g_scores.h locate_country.c locate_country.h fonts.h robot.xpm + + +-schemadir = $(sysconfdir)/gconf/schemas ++schemadir = $(PREFIX)/share/gconf/schemas + schema_DATA = teg.schemas + + EXTRA_DIST = teg.desktop $(schema_DATA) |