diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-23 19:33:08 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-23 19:33:08 +0000 |
commit | 674ef6d2faf4cabdc934eabee182165994ccf013 (patch) | |
tree | 667e506bbd2dda24cbdcbe3855e74ab34414d08f /www/galeon | |
parent | 0b9ad49bf224ac6ba6fcbf25c4d2da995e4b75ed (diff) | |
download | FreeBSD-ports-674ef6d2faf4cabdc934eabee182165994ccf013.zip FreeBSD-ports-674ef6d2faf4cabdc934eabee182165994ccf013.tar.gz |
Use new GCONF_SCHEMAS.
Approved by: pav
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 1 | ||||
-rw-r--r-- | www/galeon/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index ab52ace..832fcae 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -50,6 +50,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_C LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAN1= galeon.1 +GCONF_SCHEMAS= galeon.schemas FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 diff --git a/www/galeon/pkg-plist b/www/galeon/pkg-plist index 8034cd8..625e2b2 100644 --- a/www/galeon/pkg-plist +++ b/www/galeon/pkg-plist @@ -1,9 +1,6 @@ bin/galeon bin/galeon-bin bin/galeon-config-tool -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/galeon.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/galeon.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/galeon.schemas > /dev/null || /usr/bin/true etc/sound/events/galeon.soundlist lib/galeon/components/libgaleon-xpcom.a lib/galeon/components/libgaleon-xpcom.so |