diff options
-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 |