From 9862452177155d48da37aead9aadf6cc70cd3a39 Mon Sep 17 00:00:00 2001
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Sat, 6 May 2006 13:35:08 +0000
Subject: Allow the port to fetch the distfile instead of requiring the user to
 do so. It is okay to automatically fetch since the distfile is under a
 multiple license and specifically gplv2.

PR:		96696 [1]
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com> [1],
		Lauri Watts <lauri@kde.org>
---
 audio/picard/Makefile | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

(limited to 'audio/picard')

diff --git a/audio/picard/Makefile b/audio/picard/Makefile
index 215a470d6ecf..fa2b3245848f 100644
--- a/audio/picard/Makefile
+++ b/audio/picard/Makefile
@@ -8,7 +8,7 @@
 PORTNAME=	picard
 DISTVERSION=	0.6.0
 CATEGORIES=	audio python
-MASTER_SITES=	#https://helixcommunity.org/
+MASTER_SITES=	https://helixcommunity.org/download.php/1791/
 
 MAINTAINER=	lioux@FreeBSD.org
 COMMENT=	Next generation MusicBrainzTagger
@@ -66,7 +66,7 @@ pre-everything::
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-IGNORE=	Systems prior to FreeBSD 5.0 do not support Unicode
+IGNORE=	systems prior to FreeBSD 5.0 do not support Unicode
 .endif
 
 .if ${ARCH} != "i386"
@@ -79,18 +79,4 @@ RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco
 EXTRA_PATCHES+=	${FILESDIR}/extra-psyco-patch-tagger.py
 .endif
 
-## idea taken from ports/java/jdk14/Makefile written by
-## Alexey Zelkin <phantom@FreeBSD.org>
-#
-# Check for sources
-.if !exists(${DISTDIR}/${SOURCEFILE}) && !defined(PACKAGE_BUILDING)
-ECHO_MSG=/usr/bin/printf
-IGNORE= :\n\
-Because of licensing restrictions, you must fetch the source distribution\n\
-manually. Please access http://musicbrainz.org/wd/PicardDownload\n\
-with a web browser and download the \"Linux tarball\" ${SOURCEFILE}\n\
-just below \"Download Picard\" title.\n\
-Please place this file in ${DISTDIR}.\n
-.endif
-
 .include <bsd.port.post.mk>
-- 
cgit v1.2.3