From dde10914b2e45764a746615df15566e17124bc75 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 10 Feb 2005 12:06:47 +0000 Subject: 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. --- print/lilypond/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'print') 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} -- cgit v1.2.3