diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-09-03 08:32:43 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-09-03 08:32:43 +0000 |
commit | 721c6f97b7aee1dea37ba6e29c818a4d3c2f7d89 (patch) | |
tree | e0c4fc1bf60388bb6e329e1048fe48d6779ded7d /lang | |
parent | dfad6426fe81c336abd38a7e09dcd992f4d7fa5f (diff) | |
download | ports-721c6f97b7aee1dea37ba6e29c818a4d3c2f7d89.tar.gz ports-721c6f97b7aee1dea37ba6e29c818a4d3c2f7d89.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/siod/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile index 8e295624b272..be809727de46 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -9,8 +9,9 @@ PORTNAME= siod PORTVERSION= 3.4 CATEGORIES= lang MASTER_SITES= http://people.delphi.com/gjc/\ - ftp://ftp.std.com/pub/gjc/ \ - http://freefall.freebsd.org/~jkoshy/PORTS/ + http://siag.nu/online-docs/siod/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jkoshy DISTNAME= siod EXTRACT_SUFX= .tgz |