diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-05-19 15:44:04 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-05-19 15:44:04 +0800 |
commit | 5777765a54f67f64240f754f1fe824e53367f1ee (patch) | |
tree | 6cf7f81f5dbe892e61ddcf8ec4cbe77717b31084 /audio | |
parent | 674e596216d148a9e4741d8a0f83bad584fb9fef (diff) | |
download | freebsd-ports-gnome-5777765a54f67f64240f754f1fe824e53367f1ee.tar.gz freebsd-ports-gnome-5777765a54f67f64240f754f1fe824e53367f1ee.tar.zst freebsd-ports-gnome-5777765a54f67f64240f754f1fe824e53367f1ee.zip |
Uncomment MASTER_SITES. The authors of baudline have given permission
for the distfile to be automatically downloaded by the package build
cluster for fetch/build testing (still RESTRICTED though).
Approved by: clement (mentor, implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/baudline/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile index 23d8e4739d7d..32154b5df243 100644 --- a/audio/baudline/Makefile +++ b/audio/baudline/Makefile @@ -8,7 +8,9 @@ PORTNAME= baudline PORTVERSION= 1.00 CATEGORIES= audio linux -MASTER_SITES= # http://www.baudline.com/ +# We have permission from author Erik Olsen <erik@sigblips.net> for the +# package cluster to automatically fetch baudline +MASTER_SITES= http://www.baudline.com/ PKGNAMEPREFIX= linux- DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_i686 |