diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-07-02 06:58:25 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-07-02 06:58:25 +0800 |
commit | 203054f2924c82d974556645b2619f8661b0b0fa (patch) | |
tree | 03ffa1f8adbb1c0822dd874f92073c4fc77f377e /lang | |
parent | 3473532e4e9dafd9abc77e695d14cd7dc0cd4f8e (diff) | |
download | freebsd-ports-gnome-203054f2924c82d974556645b2619f8661b0b0fa.tar.gz freebsd-ports-gnome-203054f2924c82d974556645b2619f8661b0b0fa.tar.zst freebsd-ports-gnome-203054f2924c82d974556645b2619f8661b0b0fa.zip |
The vendor has removed the distfile from his website. Add the distfile
to my distfiles space.
Reported by: pointyhat
Diffstat (limited to 'lang')
-rw-r--r-- | lang/metaocaml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/metaocaml/Makefile b/lang/metaocaml/Makefile index e06692ececf2..b2c6d896d242 100644 --- a/lang/metaocaml/Makefile +++ b/lang/metaocaml/Makefile @@ -8,7 +8,9 @@ PORTNAME= metaocaml PORTVERSION= 3.08.a20 CATEGORIES= lang -MASTER_SITES= http://www.metaocaml.org/dist/ +MASTER_SITES= http://www.metaocaml.org/dist/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jylefort DISTNAME= MetaOCaml_308_alpha_020 MAINTAINER= mainland@apeiron.net |