diff options
author | ahze <ahze@FreeBSD.org> | 2007-05-29 23:35:07 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-05-29 23:35:07 +0800 |
commit | f87cae859932d72d575dbf82cc274c2fc86e1eca (patch) | |
tree | 006ec38b36cd62d4a3a40d359e45f283bc823098 /graphics/py-gimp | |
parent | f1f96ea82492116ce84b186692738692a0e3ad62 (diff) | |
download | freebsd-ports-graphics-f87cae859932d72d575dbf82cc274c2fc86e1eca.tar.gz freebsd-ports-graphics-f87cae859932d72d575dbf82cc274c2fc86e1eca.tar.zst freebsd-ports-graphics-f87cae859932d72d575dbf82cc274c2fc86e1eca.zip |
- Don't install GNOME keys/mime files in py-gimp
- Fix plist
Diffstat (limited to 'graphics/py-gimp')
-rw-r--r-- | graphics/py-gimp/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-gimp/pkg-plist | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile index fc0394e3df6..661df9f81b1 100644 --- a/graphics/py-gimp/Makefile +++ b/graphics/py-gimp/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # $MCom: ports/graphics/py-gimp/Makefile,v 1.2 2007/01/01 22:40:46 ahze Exp $ -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-gimp/pkg-plist b/graphics/py-gimp/pkg-plist index 5557f947413..ade2bf04eae 100644 --- a/graphics/py-gimp/pkg-plist +++ b/graphics/py-gimp/pkg-plist @@ -1,7 +1,5 @@ libexec/gimp/2.2/environ/pygimp.env libexec/gimp/2.2/interpreters/pygimp.interp -libexec/gimp/2.2/plug-ins/benchmark-foreground-extract.py -libexec/gimp/2.2/plug-ins/clothify.py libexec/gimp/2.2/plug-ins/colorxhtml.py libexec/gimp/2.2/plug-ins/foggify.py libexec/gimp/2.2/plug-ins/gimpcons.py @@ -12,8 +10,6 @@ libexec/gimp/2.2/plug-ins/palette-to-gradient.py libexec/gimp/2.2/plug-ins/py-slice.py libexec/gimp/2.2/plug-ins/pyconsole.py libexec/gimp/2.2/plug-ins/shadow_bevel.py -libexec/gimp/2.2/plug-ins/sphere.py -libexec/gimp/2.2/plug-ins/whirlpinch.py libexec/gimp/2.2/python/_gimpenums.a libexec/gimp/2.2/python/_gimpenums.la libexec/gimp/2.2/python/_gimpenums.so |