diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-10 12:06:47 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-10 12:06:47 +0000 |
commit | dde10914b2e45764a746615df15566e17124bc75 (patch) | |
tree | 69736322ea2fd85cd59e5bbc10199c8ac4dc4acb /print | |
parent | 572132881392e374493ff879505898e9e4c4c26d (diff) | |
download | pkgsrc-dde10914b2e45764a746615df15566e17124bc75.tar.gz |
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 (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 0a6f475f298..954630dbc4c 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -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 @@ USE_MAKEINFO= YES 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} |