summaryrefslogtreecommitdiff
path: root/audio/solfege/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2006-01-13 23:34:53 +0000
committerschmonz <schmonz@pkgsrc.org>2006-01-13 23:34:53 +0000
commita6bc813741d290b8a2bee2e19e3aaba6ad024644 (patch)
treec555270c84514f148b258198051f5d33bd78d8f5 /audio/solfege/Makefile
parent1591f24e5d2bbadc905b62647054ea0440ebe827 (diff)
downloadpkgsrc-a6bc813741d290b8a2bee2e19e3aaba6ad024644.tar.gz
As suggested by jlam, use INSTALL_MAKE_FLAGS to override the install-time
value of sysconfdir without patching. Ride the previous PKGREVISION bump.
Diffstat (limited to 'audio/solfege/Makefile')
-rw-r--r--audio/solfege/Makefile9
1 files changed, 5 insertions, 4 deletions
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"