diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-08 13:54:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-08 13:54:19 +0800 |
commit | 7a8e18ea0445c343248be001481ade6c3d139148 (patch) | |
tree | f480c4dc12cc9291b792f6d81018df3111c4b9b4 /editors | |
parent | 09c24309d1c2285ec692a2b1c82637bbf9b09a3a (diff) | |
download | marcuscom-ports-7a8e18ea0445c343248be001481ade6c3d139148.tar marcuscom-ports-7a8e18ea0445c343248be001481ade6c3d139148.tar.gz marcuscom-ports-7a8e18ea0445c343248be001481ade6c3d139148.tar.bz2 marcuscom-ports-7a8e18ea0445c343248be001481ade6c3d139148.tar.lz marcuscom-ports-7a8e18ea0445c343248be001481ade6c3d139148.tar.xz marcuscom-ports-7a8e18ea0445c343248be001481ade6c3d139148.tar.zst marcuscom-ports-7a8e18ea0445c343248be001481ade6c3d139148.zip |
Clean up the sample plugins directory that is created at package install
time. I'm not sure this directory is still needed, but this is a less
intrusive change.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12428 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 4 | ||||
-rw-r--r-- | editors/gedit/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 76639f302..d8c1e0301 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.100 2009/06/22 12:19:51 avl Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.101 2009/07/07 18:43:37 marcus Exp $ # PORTNAME= gedit PORTVERSION= 2.27.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist index 764e9ac33..474e46f67 100644 --- a/editors/gedit/pkg-plist +++ b/editors/gedit/pkg-plist @@ -599,6 +599,7 @@ share/omf/gedit/gedit-zh_TW.omf %%PYTHON%%@dirrm share/gedit-2/plugins/snippets %%PYTHON%%@dirrm share/gedit-2/plugins/pythonconsole/ui %%PYTHON%%@dirrm share/gedit-2/plugins/pythonconsole +@dirrm share/gedit-2/plugins/sample @dirrm share/gedit-2/plugins/modelines @dirrm share/gedit-2/plugins/indent @dirrm share/gedit-2/plugins/filebrowser |