diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 11:33:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 11:33:37 +0000 |
commit | 939ae960c3b11a0a0eb1aef3f515823d864c5481 (patch) | |
tree | cf3e4e49ba3d208c8e484e04b16affd9977772ce /audio | |
parent | Removed sourceforge.net from the master_sites, it didn't exist there anymore. (diff) |
Adjusted layout of MASTER_SITE, removed SUNSITE mirrors.
Informed maintainer about it.
Noticed by: portsurvey
Diffstat (limited to 'audio')
-rw-r--r-- | audio/id3ed/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index 76e3ceb36e60..37b944bd3b05 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -8,9 +8,11 @@ PORTNAME= id3ed PORTVERSION= 1.10.2 CATEGORIES= audio -MASTER_SITES= http://www.azstarnet.com/~donut/id3ed/ \ - http://www.treefort.org/~donut/id3ed/ \ - ${MASTER_SITE_SUNSITE} +MASTER_SITES= http://www.azstarnet.com/~donut/programs/id3ed/ \ + http://www.treefort.org/~donut/id3ed/ +# 1.10.2 isn't available from SUNSITE, 1.10.3 is. +# informed maintainer - edwin 20021226 +# ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/editors MAINTAINER= cpiazza@FreeBSD.org |