diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-20 17:01:32 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-20 17:01:32 +0800 |
commit | c3bac50a548fb0215161adcfa098955503c6f1f3 (patch) | |
tree | bd0ff296c5248110549e28ee3dc4ab8d7ceed6db /audio/cantus | |
parent | 7ef185e45cb5fb3dab4f67468c37d0b9314b365e (diff) | |
download | freebsd-ports-gnome-c3bac50a548fb0215161adcfa098955503c6f1f3.tar.gz freebsd-ports-gnome-c3bac50a548fb0215161adcfa098955503c6f1f3.tar.zst freebsd-ports-gnome-c3bac50a548fb0215161adcfa098955503c6f1f3.zip |
- Update MASTER_SITES to gentoo mirrors
PR: ports/104583
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: portmgr (erwin), maintainer
Diffstat (limited to 'audio/cantus')
-rw-r--r-- | audio/cantus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cantus/Makefile b/audio/cantus/Makefile index f7157e6f44c8..d23f741bde3a 100644 --- a/audio/cantus/Makefile +++ b/audio/cantus/Makefile @@ -9,7 +9,8 @@ PORTNAME= cantus PORTVERSION= 1.07 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= http://web222.mis02.de/releases/cantus/ +MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= old@old.com.ua |