diff options
author | pav <pav@FreeBSD.org> | 2003-12-31 17:03:46 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-31 17:03:46 +0000 |
commit | a0895356d5fa6a9595babb898cefc149b7deb824 (patch) | |
tree | 2d01115b98774bca4978b69e53b36d219d033864 /print/lilypond/Makefile | |
parent | 60ef569983fb803d57edf8316f32669539367e14 (diff) | |
download | FreeBSD-ports-a0895356d5fa6a9595babb898cefc149b7deb824.zip FreeBSD-ports-a0895356d5fa6a9595babb898cefc149b7deb824.tar.gz |
- Fix build on 5.x
- Update MASTER_SITES
PR: ports/60750
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
Diffstat (limited to 'print/lilypond/Makefile')
-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 80186b1..183dc43 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -5,13 +5,14 @@ # # $NetBSD: Makefile,v 1.1.1.1 2000/10/15 17:32:11 rh Exp $ # $FreeBSD$ -# $Id: Makefile,v 1.11 2003/11/20 08:32:27 patrick Exp $ +# $Id: Makefile,v 1.13 2003/12/31 00:24:30 patrick Exp $ # PORTNAME= lilypond PORTVERSION= 2.0.1 CATEGORIES= print audio -MASTER_SITES= ftp://ftp.lilypond.org//pub/LilyPond/v2.0/ +MASTER_SITES= http://lilypond.org/download/v2.0/ \ + http://www.atabersk.de/lilypond/ MAINTAINER= atamaniuk-ports@frobs.net COMMENT= The GNU music typesetter @@ -61,6 +62,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch:GNUmakefile.in .else PLIST_SUB+= CONDITIONAL="" .endif +PLIST_SUB+= PORTVERSION=${PORTVERSION} #IGNORING portlint 2.5.0 WARN: possible direct use of command "install" found at line 64. use ${INSTALL_foobaa} instead. INSTALL_INFO?= install-info |