mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
29747f458a
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
12 lines
483 B
Plaintext
12 lines
483 B
Plaintext
bin/gxmlviewer
|
|
bin/xmlview-control
|
|
bin/xmlformatter
|
|
lib/gxmlviewer/plugins/npgxmlviewer.so
|
|
share/gnome/oaf/GNOME_XMLView.oaf
|
|
@unexec rm -f %%LOCALBASE%%/lib/browser_plugins/npgxmlviewer.so
|
|
@unexec rmdir %%LOCALBASE%%/lib/browser_plugins 2>/dev/null || true
|
|
@exec mkdir -p %%LOCALBASE%%/lib/browser_plugins 2>/dev/null || true
|
|
@exec ln -sf %D/lib/gxmlviewer/plugins/npgxmlviewer.so %%LOCALBASE%%/lib/browser_plugins/npgxmlviewer.so
|
|
@dirrm lib/gxmlviewer/plugins
|
|
@dirrm lib/gxmlviewer
|