summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-04-24 03:47:02 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-04-24 03:47:02 +0000
commita57f67dcc466a39d99f2c23fa5497e028fe42a3b (patch)
tree311213400a91f2c641498bf4f168f25d1fae8098 /audio
parentUpdate to 0.6.4 (diff)
Avoid license violation by preventing the distfile being downloaded
automatically (previous checks were inadequate).
Notes
Notes: svn path=/head/; revision=134030
Diffstat (limited to 'audio')
-rw-r--r--audio/baudline/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile
index 6bb561ae5140..2624cb30cdee 100644
--- a/audio/baudline/Makefile
+++ b/audio/baudline/Makefile
@@ -8,7 +8,7 @@
PORTNAME= baudline
PORTVERSION= 1.00
CATEGORIES= audio linux
-MASTER_SITES= http://www.baudline.com/
+MASTER_SITES= # http://www.baudline.com/
PKGNAMEPREFIX= linux-
DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_i686
@@ -34,7 +34,7 @@ PLIST_FILES= bin/baudline
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTFILES})
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= may not be automatically fetched due to licensing\
restrictions. You must manually fetch ${DISTFILES} from\
http://www.baudline.com/download.html. Once ${DISTFILES}\