diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 02:03:08 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 02:03:08 +0800 |
commit | a88bd8d5546baecd27fa217ac7369327155934d1 (patch) | |
tree | 77f812d6d27b22827a91b71a7bda20f7da046ceb /textproc/gxmlviewer/pkg-plist | |
parent | 21cad4bac6741a64d25f69c6a42a61d553515dfc (diff) | |
download | marcuscom-ports-a88bd8d5546baecd27fa217ac7369327155934d1.tar marcuscom-ports-a88bd8d5546baecd27fa217ac7369327155934d1.tar.gz marcuscom-ports-a88bd8d5546baecd27fa217ac7369327155934d1.tar.bz2 marcuscom-ports-a88bd8d5546baecd27fa217ac7369327155934d1.tar.lz marcuscom-ports-a88bd8d5546baecd27fa217ac7369327155934d1.tar.xz marcuscom-ports-a88bd8d5546baecd27fa217ac7369327155934d1.tar.zst marcuscom-ports-a88bd8d5546baecd27fa217ac7369327155934d1.zip |
-USE_X_PREFIX -> USE_XLIB.
-X11BASE -> LOCALBASE, browser_plugins lives in LOCALBASE.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6873 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/gxmlviewer/pkg-plist')
-rw-r--r-- | textproc/gxmlviewer/pkg-plist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/gxmlviewer/pkg-plist b/textproc/gxmlviewer/pkg-plist new file mode 100644 index 000000000..88fc21b80 --- /dev/null +++ b/textproc/gxmlviewer/pkg-plist @@ -0,0 +1,11 @@ +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 |