diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-05-06 13:35:08 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-05-06 13:35:08 +0000 |
commit | 9862452177155d48da37aead9aadf6cc70cd3a39 (patch) | |
tree | 15a0177159b1b1830ff0b6cf0859678f72447e80 /audio/picard | |
parent | Simplify PHP base ports infrastructure: (diff) |
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>
Notes
Notes:
svn path=/head/; revision=161494
Diffstat (limited to 'audio/picard')
-rw-r--r-- | audio/picard/Makefile | 18 |
1 files changed, 2 insertions, 16 deletions
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> |