diff options
author | wen <wen@FreeBSD.org> | 2011-01-07 08:11:33 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-01-07 08:11:33 +0800 |
commit | f8533dde84637630efc0448028a7dde3c5aa1d27 (patch) | |
tree | 8ec3a4118eeb5297042c3133dfa35ff9a163cdcb /deskutils | |
parent | 274846583f48cb0ddb3c1122e80bd7978601bbf2 (diff) | |
download | freebsd-ports-gnome-f8533dde84637630efc0448028a7dde3c5aa1d27.tar.gz freebsd-ports-gnome-f8533dde84637630efc0448028a7dde3c5aa1d27.tar.zst freebsd-ports-gnome-f8533dde84637630efc0448028a7dde3c5aa1d27.zip |
- Fix plist
Reported by: QAT@
Submitted by: cvs-src@yandex.ru (maintainer, via email)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gtg/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gtg/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/gtg/Makefile b/deskutils/gtg/Makefile index 6276526d1a0a..5449fef03b6c 100644 --- a/deskutils/gtg/Makefile +++ b/deskutils/gtg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtg PORTVERSION= 0.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome python MASTER_SITES= http://launchpad.net/gtg/0.2/${PORTVERSION}/+download/ diff --git a/deskutils/gtg/pkg-plist b/deskutils/gtg/pkg-plist index 905182e509ba..6d6e5847485f 100644 --- a/deskutils/gtg/pkg-plist +++ b/deskutils/gtg/pkg-plist @@ -384,8 +384,6 @@ share/locale/zh_CN/LC_MESSAGES/gtg.mo @dirrm %%DATADIR%%/icons/hicolor @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% -@dirrmtry share/dbus-1/services -@dirrmtry share/dbus-1 @dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/GTG/tools @dirrm %%PYTHON_SITELIBDIR%%/GTG/taskeditor |