1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/textproc/gxmlviewer/pkg-plist
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

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