summaryrefslogtreecommitdiff
path: root/audio/solfege/patches
diff options
context:
space:
mode:
authorschmonz <schmonz>2006-01-13 21:23:42 +0000
committerschmonz <schmonz>2006-01-13 21:23:42 +0000
commit433dbcdbefd82a74e898998325bc774d7271de48 (patch)
tree9bcc19aaa9ee04eb208da6f69a0399badae30911 /audio/solfege/patches
parenta7e6182556e2ed169026d4f17e1f9c15035e888b (diff)
downloadpkgsrc-433dbcdbefd82a74e898998325bc774d7271de48.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/patches')
-rw-r--r--audio/solfege/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/solfege/patches/patch-ab b/audio/solfege/patches/patch-ab
new file mode 100644
index 00000000000..2bee589771f
--- /dev/null
+++ b/audio/solfege/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/01/13 21:23:42 schmonz Exp $
+
+--- Makefile.in.orig 2005-12-07 15:25:15.000000000 -0500
++++ Makefile.in
+@@ -112,7 +112,7 @@ install: all mkinstalldirs install-po in
+ $(INSTALL_DATA) solfege.1 $(DESTDIR)/$(mandir)/man1
+ $(INSTALL_DATA) lessonfile_editor.1 $(DESTDIR)/$(mandir)/man1
+
+- $(INSTALL_DATA) system.rc $(DESTDIR)/$(sysconfdir)/$(PACKAGE)
++ $(INSTALL_DATA) system.rc $(DESTDIR)/$(datadir)/examples/$(PACKAGE)
+ $(INSTALL_DATA) solfege.desktop $(DESTDIR)/$(datadir)/applications/
+ $(PYTHON) tools/pcopy.py $(installfiles) $(DESTDIR)/$(datadir)/$(PACKAGE)/
+