diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
commit | d99ff5b1ddd4f5357b0098385052809ba9baaba7 (patch) | |
tree | e2a84f68e77dbe7865813a025397d0b883ae5cec /lang/moscow_ml | |
parent | 214095554a40171225b6b1310485e06aea975e57 (diff) | |
download | pkgsrc-d99ff5b1ddd4f5357b0098385052809ba9baaba7.tar.gz |
Comment out dead MASTER_SITES/HOMEPAGEs.
Diffstat (limited to 'lang/moscow_ml')
-rw-r--r-- | lang/moscow_ml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index 68bcebd9527..517bbabf0f0 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2016/07/09 06:38:26 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2017/09/03 08:36:55 wiz Exp $ DISTNAME= mos201src PKGNAME= moscow_ml-2.01 @@ -7,7 +7,7 @@ CATEGORIES= lang MASTER_SITES= http://www.itu.dk/people/sestoft/mosml/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.dina.kvl.dk/~sestoft/mosml.html +#HOMEPAGE= http://www.dina.kvl.dk/~sestoft/mosml.html COMMENT= Moscow ML, a version of Standard ML WRKSRC= ${WRKDIR}/mosml/src |