diff options
author | John Marino <marino@FreeBSD.org> | 2013-08-26 13:28:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-08-26 13:28:50 +0000 |
commit | 29e644dcfe917ed6442c4519055691dcdaa00017 (patch) | |
tree | efa4c58c475162c835c42bfe2f0169a0c0065a54 | |
parent | games/xbl: Update MASTER_SITE and WWW field (diff) |
devel/mk: mark BROKEN (unfetchable due to site reorg)
The cminusminus.org site apparently reorganized and there appears to be
intent to maintain the mk download, but currently there is no way to
download the distfile as the hyperlinks aren't defined. There is no
other obvious source on the internet either.
Notes
Notes:
svn path=/head/; revision=325396
-rw-r--r-- | devel/mk/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/mk/Makefile b/devel/mk/Makefile index bf56595049ab..c957d4023342 100644 --- a/devel/mk/Makefile +++ b/devel/mk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mk -# Date Created: 11 May 2002 -# Whom: William Josephson -# +# Created by: William Josephson # $FreeBSD$ -# PORTNAME= mk PORTVERSION= 1.5 @@ -13,6 +9,8 @@ MASTER_SITES= http://www.cminusminus.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Andrew Hume's mk by way of Research Unix, Plan 9, & Inferno +BROKEN= www.cminusminus reorganized recently, but link to distfile disappeared perhaps as an oversight + MAN1= mk.1 PLIST_FILES= bin/mk |