diff options
author | krion <krion@FreeBSD.org> | 2004-02-20 04:29:08 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-20 04:29:08 +0800 |
commit | 4f2cfa826c548c04cf8e0dc0ba18f9a817cb2244 (patch) | |
tree | 8cc0c763d582b4182ba03acda561f3cdd03b3104 | |
parent | 704a804839920d3320a5b47b715b93a4033a59f9 (diff) | |
download | freebsd-ports-gnome-4f2cfa826c548c04cf8e0dc0ba18f9a817cb2244.tar.gz freebsd-ports-gnome-4f2cfa826c548c04cf8e0dc0ba18f9a817cb2244.tar.zst freebsd-ports-gnome-4f2cfa826c548c04cf8e0dc0ba18f9a817cb2244.zip |
- Fix package build
- Bump PORTREVISION
-rw-r--r-- | games/teg/Makefile | 1 | ||||
-rw-r--r-- | games/teg/pkg-plist | 10 |
2 files changed, 1 insertions, 10 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index bd5e5b8e4d81..40fc1e8f235c 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -7,6 +7,7 @@ PORTNAME= teg PORTVERSION= 0.11.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/teg/pkg-plist b/games/teg/pkg-plist index 7d8fc329f1ae..b8f040c562b4 100644 --- a/games/teg/pkg-plist +++ b/games/teg/pkg-plist @@ -1,11 +1,7 @@ bin/tegclient bin/tegrobot bin/tegserver -etc/gconf/gconf.xml.defaults/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/%gconf.xml etc/gconf/gconf.xml.defaults/apps/teg/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/teg/%gconf.xml etc/gconf/schemas/teg.schemas share/gnome/apps/Games/teg.desktop @@ -274,10 +270,4 @@ share/locale/pt_BR/LC_MESSAGES/teg.mo @dirrm share/gnome/help/teg/C @dirrm share/gnome/help/teg @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/teg -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps -@dirrm etc/gconf/gconf.xml.defaults/schemas @dirrm etc/gconf/gconf.xml.defaults/apps/teg -@dirrm etc/gconf/gconf.xml.defaults/apps -@dirrm etc/gconf/gconf.xml.defaults -@dirrm etc/gconf/schemas -@dirrm etc/gconf |