diff options
author | marino <marino@FreeBSD.org> | 2013-08-26 21:28:50 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-08-26 21:28:50 +0800 |
commit | a9c0e3fed059596ede589fb99797ca99e01cf28f (patch) | |
tree | efa4c58c475162c835c42bfe2f0169a0c0065a54 | |
parent | d15eb73425cc08290564117d6c8f1d0cc475dce1 (diff) | |
download | freebsd-ports-gnome-a9c0e3fed059596ede589fb99797ca99e01cf28f.tar.gz freebsd-ports-gnome-a9c0e3fed059596ede589fb99797ca99e01cf28f.tar.zst freebsd-ports-gnome-a9c0e3fed059596ede589fb99797ca99e01cf28f.zip |
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.
-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 |