diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-05 13:50:56 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-05 13:50:56 +0000 |
commit | 06e819b5eaa9bd16e0136dc692b62341e8dc8499 (patch) | |
tree | 24373d82d4d3e39bd5961a2dc7b4b67b0a1d44e7 /devel/libgnome | |
parent | ca5ecc377fd7e61d9d7a7ea4463bf74d1f690ae5 (diff) | |
download | pkgsrc-06e819b5eaa9bd16e0136dc692b62341e8dc8499.tar.gz |
Behave properly if ${PKG_SYSCONFDIR.gnome-vfs2} is set.
Diffstat (limited to 'devel/libgnome')
-rw-r--r-- | devel/libgnome/Makefile | 7 |
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 \ |