diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-24 12:56:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-24 12:56:43 +0800 |
commit | 9f0941504369e6c77c2d65ed4db082f27c9e52ee (patch) | |
tree | b1021bd89fa9abdce4298ca16150a898036e7595 /editors | |
parent | 4e09c829f7852948e1b731613b469d6710476c4f (diff) | |
download | marcuscom-ports-9f0941504369e6c77c2d65ed4db082f27c9e52ee.tar.gz marcuscom-ports-9f0941504369e6c77c2d65ed4db082f27c9e52ee.tar.zst marcuscom-ports-9f0941504369e6c77c2d65ed4db082f27c9e52ee.zip |
Correct plist when Python support is disabled.
Submitted by: sajd on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8116 df743ca5-7f9a-e211-a948-0013205c9059
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 |