diff options
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/Makefile | 6 | ||||
-rw-r--r-- | devel/GConf/pkg/MESSAGE | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 79e82165c02..93721919487 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/11/27 16:00:19 tron Exp $ +# $NetBSD: Makefile,v 1.9 2001/01/29 11:34:23 wiz Exp $ # DISTNAME= GConf-0.11 @@ -13,8 +13,6 @@ DEPENDS+= oaf-*:../../devel/oaf DEPENDS+= guile>=1.3.4:../../lang/guile BUILD_DEPENDS+= msgfmt:../../devel/gettext -MESSAGE_FILE= ${WRKDIR}/MESSAGE - GNU_CONFIGURE= YES USE_X11BASE= YES USE_LIBINTL= YES @@ -25,8 +23,6 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11PREFIX}/include" PLIST_SUBST+= LOCALBASE=${LOCALBASE} post-install: - ${SED} -e 's#@@X11PREFIX@@#${X11PREFIX}#g' < ${PKGDIR}/MESSAGE \ - > ${MESSAGE_FILE} ${TEST} ${PREFIX} = ${LOCALBASE} || \ ${LN} -fs ${PREFIX}/share/aclocal/gconf-1.m4 \ ${LOCALBASE}/share/aclocal/gconf-1.m4 diff --git a/devel/GConf/pkg/MESSAGE b/devel/GConf/pkg/MESSAGE index 3a9ae6e35b4..c9f038d11e7 100644 --- a/devel/GConf/pkg/MESSAGE +++ b/devel/GConf/pkg/MESSAGE @@ -1,9 +1,9 @@ -$NetBSD: MESSAGE,v 1.1.1.1 2000/08/30 06:19:08 rh Exp $ - ========================================================================== +$NetBSD: MESSAGE,v 1.2 2001/01/29 11:34:23 wiz Exp $ + GConf has now been installed on your system. If this is your first install of GConf, you may need to move - @@X11PREFIX@@/etc/gconf/1/path.example to @@X11PREFIX@@/etc/gconf/1/path + ${X11PREFIX}/etc/gconf/1/path.example to ${X11PREFIX}/etc/gconf/1/path so that the default configuration is sane. ========================================================================== |