diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-24 03:33:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-24 03:33:08 +0800 |
commit | 674ef6d2faf4cabdc934eabee182165994ccf013 (patch) | |
tree | 667e506bbd2dda24cbdcbe3855e74ab34414d08f /palm | |
parent | 0b9ad49bf224ac6ba6fcbf25c4d2da995e4b75ed (diff) | |
download | freebsd-ports-graphics-674ef6d2faf4cabdc934eabee182165994ccf013.tar.gz freebsd-ports-graphics-674ef6d2faf4cabdc934eabee182165994ccf013.tar.zst freebsd-ports-graphics-674ef6d2faf4cabdc934eabee182165994ccf013.zip |
Use new GCONF_SCHEMAS.
Approved by: pav
Diffstat (limited to 'palm')
-rw-r--r-- | palm/gnome-pilot/Makefile | 1 | ||||
-rw-r--r-- | palm/gnome-pilot/pkg-plist | 3 | ||||
-rw-r--r-- | palm/gnomepilot2/Makefile | 1 | ||||
-rw-r--r-- | palm/gnomepilot2/pkg-plist | 3 |
4 files changed, 2 insertions, 6 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index 01bce833e72..88e0c3b9d46 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -32,5 +32,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gpilot-install-file.1 +GCONF_SCHEMAS= pilot.schemas .include <bsd.port.mk> diff --git a/palm/gnome-pilot/pkg-plist b/palm/gnome-pilot/pkg-plist index 312426cb9ac..0ea0a7f47c8 100644 --- a/palm/gnome-pilot/pkg-plist +++ b/palm/gnome-pilot/pkg-plist @@ -2,9 +2,6 @@ bin/gnome-pilot-make-password bin/gpilot-install-file bin/gpilotd-control-applet bin/gpilotd-session-wrapper -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/pilot.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/pilot.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/pilot.schemas > /dev/null || /usr/bin/true include/gpilotd/gnome-pilot-client.h include/gpilotd/gnome-pilot-conduit-backup.h include/gpilotd/gnome-pilot-conduit-file.h diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index 01bce833e72..88e0c3b9d46 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/Makefile @@ -32,5 +32,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gpilot-install-file.1 +GCONF_SCHEMAS= pilot.schemas .include <bsd.port.mk> diff --git a/palm/gnomepilot2/pkg-plist b/palm/gnomepilot2/pkg-plist index 312426cb9ac..0ea0a7f47c8 100644 --- a/palm/gnomepilot2/pkg-plist +++ b/palm/gnomepilot2/pkg-plist @@ -2,9 +2,6 @@ bin/gnome-pilot-make-password bin/gpilot-install-file bin/gpilotd-control-applet bin/gpilotd-session-wrapper -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/pilot.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/pilot.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/pilot.schemas > /dev/null || /usr/bin/true include/gpilotd/gnome-pilot-client.h include/gpilotd/gnome-pilot-conduit-backup.h include/gpilotd/gnome-pilot-conduit-file.h |