diff options
author | barner <barner@FreeBSD.org> | 2005-03-07 18:19:15 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-03-07 18:19:15 +0800 |
commit | dbf700dce855af30ccf022c4016768c2189fe358 (patch) | |
tree | 97e5601967d71213e771cd8a90aadc12fcf9b618 /editors | |
parent | 970a850fe7b4d3f4cbd68946b1573efff071d387 (diff) | |
download | freebsd-ports-gnome-dbf700dce855af30ccf022c4016768c2189fe358.tar.gz freebsd-ports-gnome-dbf700dce855af30ccf022c4016768c2189fe358.tar.zst freebsd-ports-gnome-dbf700dce855af30ccf022c4016768c2189fe358.zip |
- Fix WWW: site
- Use GCONF_SCHEMAS framework
Approved by: arved (mentor)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mlview/Makefile | 2 | ||||
-rw-r--r-- | editors/mlview/pkg-descr | 2 | ||||
-rw-r--r-- | editors/mlview/pkg-plist | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 7808c800b196..21f474f76522 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -24,4 +24,6 @@ USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= mlview.schemas + .include <bsd.port.mk> diff --git a/editors/mlview/pkg-descr b/editors/mlview/pkg-descr index 1122dcef0c4a..d570c2d48609 100644 --- a/editors/mlview/pkg-descr +++ b/editors/mlview/pkg-descr @@ -1,4 +1,4 @@ A tree oriented xml editor for gnome. It is an attempt to ease editing xml documents with or without validation by focusing on their tree view. -WWW: http://www.mlview.org +WWW: http://www.freespiders.org/projects/gmlview/ diff --git a/editors/mlview/pkg-plist b/editors/mlview/pkg-plist index 01f76bbec31e..60892642c1da 100644 --- a/editors/mlview/pkg-plist +++ b/editors/mlview/pkg-plist @@ -1,7 +1,4 @@ bin/mlv -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/mlview.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/mlview.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/mlview.schemas > /dev/null || /usr/bin/true lib/libmlview.a lib/libmlview.so lib/libmlview.so.7 |