pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/lilypond Fix installation of info files. We hav...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0384d3a4e28d
branches: trunk
changeset: 488859:0384d3a4e28d
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Feb 10 12:06:47 2005 +0000
description:
Fix installation of info files. We have to manually pass the --infodir
argument to the configure script to point to ${PREFIX}/info; otherwise
they'd get installed in the lilypond/lilypond subdirectory, thus being
unrecognized by the PLIST. Bump PKGREVISION to 2.
diffstat:
print/lilypond/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 1bae96eaedff -r 0384d3a4e28d print/lilypond/Makefile
--- a/print/lilypond/Makefile Thu Feb 10 11:31:15 2005 +0000
+++ b/print/lilypond/Makefile Thu Feb 10 12:06:47 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2005/02/02 14:38:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.31 2005/02/10 12:06:47 jmmv Exp $
#
DISTNAME= lilypond-2.4.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= http://lilypond.org/download/v2.4/
@@ -26,6 +26,8 @@
TEXINFO_REQD= 4.7
INFO_DIR= info/lilypond
INFO_FILES= lilypond.info lilypond-internals.info music-glossary.info
+CONFIGURE_HAS_INFODIR= NO
+CONFIGURE_ARGS+= --infodir=${PREFIX}/info
CONFIGURE_ARGS+=--disable-optimising
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
Home |
Main Index |
Thread Index |
Old Index