diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-11 23:25:02 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-11 23:25:02 +0000 |
commit | a050a31def8d7150559b411efd0fb857529015a4 (patch) | |
tree | 77f9c84560705b24bd911092d31fa754e1b85905 | |
parent | af6edceac03ab1d5ad3d07c5f1eea9cd388db01a (diff) | |
download | FreeBSD-ports-a050a31def8d7150559b411efd0fb857529015a4.zip FreeBSD-ports-a050a31def8d7150559b411efd0fb857529015a4.tar.gz |
Mark as BROKEN: unfetchable.
Source: distfile survey
-rw-r--r-- | misc/wmmand/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/wmmand/Makefile b/misc/wmmand/Makefile index dfa5006..9b60251 100644 --- a/misc/wmmand/Makefile +++ b/misc/wmmand/Makefile @@ -7,12 +7,16 @@ PORTNAME= wmmand PORTVERSION= 1.0 CATEGORIES= misc windowmaker -MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ +MASTER_SITES= # disappeared DISTNAME= wmMand-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A DockApp mandelbrot explorer +BROKEN= "mastersite disappeared" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-11 + PLIST_FILES= bin/wmMand WRKSRC= ${WRKDIR}/${DISTNAME}/wmMand |