diff options
author | jlam <jlam> | 2004-01-07 02:21:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-07 02:21:16 +0000 |
commit | b9fccc58e48d585a34034db7c05b773d9e5bc4c8 (patch) | |
tree | 9c8db98822fc70424580d580db896e062263c49e /devel | |
parent | 6eca12f56601cbe16d49ed9bf0edbfac16128a70 (diff) | |
download | pkgsrc-b9fccc58e48d585a34034db7c05b773d9e5bc4c8.tar.gz |
From the log for rev. 1.1260 of bsd.pkg.mk:
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of
PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of
PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by
installing all config files into /etc/packages/<pkg> instead of
occasionally putting some directly into /etc."
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bonobo-activation/Makefile | 4 | ||||
-rw-r--r-- | devel/libgnome/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile index be549356181..d49314cd11a 100644 --- a/devel/bonobo-activation/Makefile +++ b/devel/bonobo-activation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/12/04 19:48:24 xtraeme Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/07 02:21:16 jlam Exp $ # DISTNAME= bonobo-activation-2.1.1 @@ -25,7 +25,7 @@ PKGCONFIG_OVERRIDE= ${WRKSRC}/bonobo-activation-2.0.pc.in GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-gtk-doc=no -CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFBASE}" +CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFBASEDIR}" CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html PKG_SYSCONFSUBDIR= bonobo-activation diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index ff5fd1ddbe2..1ed91dc8a3d 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/12/28 23:37:06 jmmv Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/07 02:21:16 jlam Exp $ # DISTNAME= libgnome-2.4.0 @@ -27,7 +27,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= libgnome/libgnome-2.0.pc.in CONFIGURE_ARGS= --enable-gtk-doc=no -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html OWN_DIRS= ${PKG_SYSCONFDIR}/sound/events |