summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-05 13:50:56 +0000
committerjmmv <jmmv>2003-05-05 13:50:56 +0000
commiteb3d24f21da91e8197764b1aaf477b20a5f3bf6c (patch)
tree24373d82d4d3e39bd5961a2dc7b4b67b0a1d44e7 /devel
parent378d6432f79913da0998e67f3c1ff1c09009666f (diff)
downloadpkgsrc-eb3d24f21da91e8197764b1aaf477b20a5f3bf6c.tar.gz
Behave properly if ${PKG_SYSCONFDIR.gnome-vfs2} is set.
Diffstat (limited to 'devel')
-rw-r--r--devel/libgnome/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile
index 23960a64ecb..4db90915e7f 100644
--- a/devel/libgnome/Makefile
+++ b/devel/libgnome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/05/02 11:54:35 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2003/05/05 13:50:56 jmmv Exp $
#
DISTNAME= libgnome-2.2.0.1
@@ -33,8 +33,13 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
OWN_DIRS= ${PKG_SYSCONFDIR}/sound/events
EGDIR= ${PREFIX}/share/examples/libgnome
+.if defined(PKG_SYSCONFDIR.gnome-vfs2)
+CONF_FILES= ${EGDIR}/gnome-vfs-2.0/modules/help-methods.conf \
+ ${PKG_SYSCONFDIR.gnome-vfs2}/gnome-vfs-2.0/modules/help-modules.conf
+.else
CONF_FILES= ${EGDIR}/gnome-vfs-2.0/modules/help-methods.conf \
${PKG_SYSCONFDIR}/gnome-vfs-2.0/modules/help-modules.conf
+.endif
CONF_FILES+= ${EGDIR}/sound/events/gnome-2.soundlist \
${PKG_SYSCONFDIR}/sound/events/gnome-2.soundlist
CONF_FILES+= ${EGDIR}/sound/events/gtk-events-2.soundlist \