diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-23 19:33:08 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-23 19:33:08 +0000 |
commit | bdb974fb79ead708425a1e6b49538c24c2b26718 (patch) | |
tree | b906cf3a4ea2ecd3dbc91bd181eb3cc97551688b /games/teg | |
parent | 3e5e804114f4ef099c742f3ad40eb7835790c83f (diff) |
Notes
Diffstat (limited to 'games/teg')
-rw-r--r-- | games/teg/Makefile | 2 | ||||
-rw-r--r-- | games/teg/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index ee9224f3073f..1a65465d24af 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -22,6 +22,8 @@ USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= teg.schemas + post-patch: @${GREP} -lR " LIST_NEXT" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's| LIST_NEXT| TEG_LIST_NEXT|g' diff --git a/games/teg/pkg-plist b/games/teg/pkg-plist index b9f674b6bcd2..7e18d5919c74 100644 --- a/games/teg/pkg-plist +++ b/games/teg/pkg-plist @@ -1,9 +1,6 @@ bin/tegclient bin/tegrobot bin/tegserver -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/teg.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/teg.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/teg.schemas > /dev/null || /usr/bin/true share/gnome/apps/Games/teg.desktop share/gnome/help/teg/C/figures/connect.png share/gnome/help/teg/C/figures/dices.png |