1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Avoid license violation by preventing the distfile being downloaded

automatically (previous checks were inadequate).
This commit is contained in:
Sam Lawrance 2005-04-24 03:47:02 +00:00
parent 56bb306edf
commit a57f67dcc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134030

View File

@ -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}\