diff options
author | kris <kris@FreeBSD.org> | 2002-05-05 05:27:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-05 05:27:18 +0800 |
commit | b30ea25dd802fb3b1dd4fc640a93c246ef976359 (patch) | |
tree | 0f37472e4c08b89fda19cf8bca7acf97466ff326 /lang | |
parent | 12eb82aff4398c2a29332572af1bfbea8664ec9d (diff) | |
download | freebsd-ports-gnome-b30ea25dd802fb3b1dd4fc640a93c246ef976359.tar.gz freebsd-ports-gnome-b30ea25dd802fb3b1dd4fc640a93c246ef976359.tar.zst freebsd-ports-gnome-b30ea25dd802fb3b1dd4fc640a93c246ef976359.zip |
The two primary MASTER_SITES no longer host this distfile, and the
project homepage has also disappeared; remove them and leave only the
MASTER_SITE_LOCAL fallback.
Noticed by: bento
Diffstat (limited to 'lang')
-rw-r--r-- | lang/siod/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile index be809727de46..47c4d488afb5 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -8,9 +8,7 @@ PORTNAME= siod PORTVERSION= 3.4 CATEGORIES= lang -MASTER_SITES= http://people.delphi.com/gjc/\ - http://siag.nu/online-docs/siod/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jkoshy DISTNAME= siod EXTRACT_SUFX= .tgz |