diff options
author | schmonz <schmonz> | 2006-01-13 21:23:42 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2006-01-13 21:23:42 +0000 |
commit | fa3e1e86472ac5629726dcc5c6dc406e67e3a8e7 (patch) | |
tree | 9bcc19aaa9ee04eb208da6f69a0399badae30911 /audio/solfege/patches | |
parent | 416da8aaf643e88ed8d27bc9dbf0ba3af2521809 (diff) | |
download | pkgsrc-fa3e1e86472ac5629726dcc5c6dc406e67e3a8e7.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-ab | 13 |
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)/ + |