diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-01-13 21:23:42 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-01-13 21:23:42 +0000 |
commit | 99ccdbb47912f348e8a235ddc289f8ecd16962aa (patch) | |
tree | 9bcc19aaa9ee04eb208da6f69a0399badae30911 /audio/solfege/Makefile | |
parent | d3cb9707c41dc91ea167975f6e3426fd266751ad (diff) | |
download | pkgsrc-99ccdbb47912f348e8a235ddc289f8ecd16962aa.tar.gz |
Install the config file under share/examples/solfege and use
CONF_FILES to copy it into ${PKG_SYSCONFDIR}, instead of letting
the package install it directly there. Bump PKGREVISION. This
should fix the CHECK_FILES error found in Krister's bulk build.
Diffstat (limited to 'audio/solfege/Makefile')
-rw-r--r-- | audio/solfege/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 1d01a13ec55..94100864929 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/12/28 02:08:19 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/13 21:23:42 schmonz Exp $ # DISTNAME= solfege-3.0.5 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=solfege/} @@ -21,6 +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 + +INSTALLATION_DIRS= share/examples/solfege + .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |