diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-03-07 10:19:15 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-03-07 10:19:15 +0000 |
commit | fcb5ea43d27eb05fd10c6d54258f42d5373d83fa (patch) | |
tree | aff792b94ebdac9c4253a1c7c16a2cf4b84de056 | |
parent | - Update to 1.0.0-rc3 (diff) |
- Fix WWW: site
- Use GCONF_SCHEMAS framework
Approved by: arved (mentor)
-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 |