From 2f32a7112c99c9a16873cc2a37118b6dadb8bd03 Mon Sep 17 00:00:00 2001 From: schmonz Date: Fri, 13 Jan 2006 23:34:53 +0000 Subject: As suggested by jlam, use INSTALL_MAKE_FLAGS to override the install-time value of sysconfdir without patching. Ride the previous PKGREVISION bump. --- audio/solfege/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'audio/solfege/Makefile') diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 94100864929..3d7e0ade80a 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/01/13 21:23:42 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2006/01/13 23:34:53 schmonz Exp $ # DISTNAME= solfege-3.0.5 @@ -22,10 +22,11 @@ USE_MAKEINFO= yes PYTHON_VERSIONS_ACCEPTED= 24 23 PYTHON_PATCH_SCRIPTS= *.py *.py.in */*.py */*.py.in -CONF_FILES= ${PREFIX}/share/examples/solfege/system.rc -CONF_FILES+= ${PKG_SYSCONFDIR}/solfege +EGDIR= ${PREFIX}/share/examples/solfege +CONF_FILES= ${EGDIR}/${PKGBASE}/solfege ${PKG_SYSCONFDIR}/solfege +INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q} -INSTALLATION_DIRS= share/examples/solfege +INSTALLATION_DIRS= ${EGDIR} .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" -- cgit v1.2.3