Fix plist if using python
PR: ports/110910 Submitted by: girgen
This commit is contained in:
parent
baefad0128
commit
8ecd86ecda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192523
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gimp-app
|
||||
PORTVERSION= 2.2.15
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
|
|
|
@ -374,10 +374,14 @@ libexec/gimp/2.2/plug-ins/zealouscrop
|
|||
%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.a
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.la
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.a
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.la
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py
|
||||
%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc
|
||||
|
|
Loading…
Reference in a new issue