diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-04-24 11:47:02 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-04-24 11:47:02 +0800 |
commit | cab1bfc8e1b2492e18d0d616f0b755236bf6debe (patch) | |
tree | 13c27c36e79afb469141bc679b4524696d208449 /audio | |
parent | df09b15893ca1808942d1d4c7e463405828dd783 (diff) | |
download | freebsd-ports-gnome-cab1bfc8e1b2492e18d0d616f0b755236bf6debe.tar.gz freebsd-ports-gnome-cab1bfc8e1b2492e18d0d616f0b755236bf6debe.tar.zst freebsd-ports-gnome-cab1bfc8e1b2492e18d0d616f0b755236bf6debe.zip |
Avoid license violation by preventing the distfile being downloaded
automatically (previous checks were inadequate).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/baudline/Makefile | 4 |
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}\ |