diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-01 09:14:08 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-01 09:14:08 +0000 |
commit | 088f23b8b322fd553bee6cdfad00f68820117f67 (patch) | |
tree | 02d921fa41e517f54013f1a808c22ec06487b62d | |
parent | Update to 2.4a0 snapshot of 1 Aug 2003 (diff) |
Fix ${MASTER_SITES}
PR: 55140
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit)
-rw-r--r-- | audio/cantus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cantus/Makefile b/audio/cantus/Makefile index f220681e3c86..59ba5ca6d8a5 100644 --- a/audio/cantus/Makefile +++ b/audio/cantus/Makefile @@ -8,7 +8,7 @@ PORTNAME= cantus PORTVERSION= 1.07 CATEGORIES= audio -MASTER_SITES= http://sam.homeunix.com/software.manicsadness.com-step3/releases/cantus/ +MASTER_SITES= http://sam.homeunix.com/software.manicsadness.com-step4/releases/cantus/ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= old@old.com.ua |