From daec2f2661ee3f7277c88a97365bd54b9f123ef0 Mon Sep 17 00:00:00 2001 From: kili Date: Thu, 22 Mar 2007 22:08:54 +0000 Subject: [PATCH] Fix MASTER_SITES. Found by and from Charles Longeau, thanks! --- print/lilypond/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 04ddf151a20..84d9720b00b 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/12/28 23:26:23 kili Exp $ +# $OpenBSD: Makefile,v 1.5 2007/03/22 22:08:54 kili Exp $ # # Credits to Matt Jibson. He did the initial work on this port and many # tools it depends on. @@ -31,7 +31,7 @@ PERMIT_DISTFILES_FTP=Yes PERMIT_DISTFILES_CDROM=Yes MASTER_BASE= http://download.linuxaudio.org/lilypond/ -MASTER_SITES= ${MASTER_BASE}v${VERSION:C,\.[0-9]*$,,}/ +MASTER_SITES= ${MASTER_BASE}sources/v${VERSION:C,\.[0-9]*$,,}/ MASTER_SITES0= ${MASTER_BASE}binaries/documentation/ # We don't use the standard autoconf mechanisms from the ports