diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 3 | ||||
-rw-r--r-- | editors/gedit/pkg-plist | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 878c293c9..d2aeeb37e 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.51 2006/12/06 03:07:12 marcus Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.52 2006/12/19 22:04:54 ahze Exp $ # PORTNAME= gedit PORTVERSION= 2.17.2 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist index 1a2c0f86e..a67bd8c33 100644 --- a/editors/gedit/pkg-plist +++ b/editors/gedit/pkg-plist @@ -116,10 +116,10 @@ lib/gedit-2/plugins/spell.gedit-plugin %%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyo lib/gedit-2/plugins/taglist.gedit-plugin lib/gedit-2/plugins/time.gedit-plugin -share/gnome/gedit-2/plugins/tools/build -share/gnome/gedit-2/plugins/tools/open-terminal-here -share/gnome/gedit-2/plugins/tools/remove-trailing-spaces -share/gnome/gedit-2/plugins/tools/run-command +%%PYTHON%%share/gnome/gedit-2/plugins/tools/build +%%PYTHON%%share/gnome/gedit-2/plugins/tools/open-terminal-here +%%PYTHON%%share/gnome/gedit-2/plugins/tools/remove-trailing-spaces +%%PYTHON%%share/gnome/gedit-2/plugins/tools/run-command libdata/pkgconfig/gedit-%%VERSION%%.pc %%DOCSDIR%%/GeditApp.html %%DOCSDIR%%/GeditDocument.html @@ -428,7 +428,7 @@ share/locale/zh_TW/LC_MESSAGES/gedit.mo @dirrm share/gnome/gedit-2/taglist @dirrm share/gnome/gedit-2/logo @dirrm share/gnome/gedit-2/icons -@dirrm share/gnome/gedit-2/plugins/tools +%%PYTHON%%@dirrm share/gnome/gedit-2/plugins/tools %%PYTHON%%@dirrm share/gnome/gedit-2/plugins/snippets @dirrm share/gnome/gedit-2/plugins/filebrowser @dirrm share/gnome/gedit-2/plugins |