Remove %gconf.xml from the pkg-plist, since it sometimes seems, and
sometimes doesn't seem to get installed and I can't figure out when or why. The building cluster says it doesn't exist, therefor it gets removed.
This commit is contained in:
parent
028ce7b01b
commit
90591fe511
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166878
2 changed files with 5 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= PenguinTV
|
||||
PORTVERSION= 1.75
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net audio multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= penguintv
|
||||
|
|
|
@ -123,8 +123,9 @@ share/pixmaps/penguintvicon.png
|
|||
%%WITH_MOZILLA%%@dirrm %%PYTHON_SITELIBDIR%%/penguintv/democracy_moz
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/penguintv
|
||||
|
||||
@cwd %%X11BASE%%
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/penguintv/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/penguintv/%gconf.xml
|
||||
@comment @cwd %%X11BASE%%
|
||||
@comment etc/gconf/gconf.xml.defaults/schemas/apps/penguintv/%gconf.xml
|
||||
@comment etc/gconf/gconf.xml.defaults/apps/penguintv/%gconf.xml
|
||||
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/penguintv/
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/penguintv
|
||||
|
|
Loading…
Reference in a new issue