diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 18:07:53 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 18:07:53 +0000 |
commit | 774f4a9222b9abe8be556f0ec8e49bfac0bded9f (patch) | |
tree | 25fe9fc6e910734473ecd6f2150df0cc995ac006 /net/mopd | |
parent | fb637a22b4c08caf72271aa021049181fab4afcb (diff) | |
download | ports-774f4a9222b9abe8be556f0ec8e49bfac0bded9f.tar.gz ports-774f4a9222b9abe8be556f0ec8e49bfac0bded9f.zip |
Notes
Diffstat (limited to 'net/mopd')
-rw-r--r-- | net/mopd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mopd/Makefile b/net/mopd/Makefile index 49990d9f7896..2c1c494a09e0 100644 --- a/net/mopd/Makefile +++ b/net/mopd/Makefile @@ -21,6 +21,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= obrien@FreeBSD.org COMMENT= MOP Loader Daemon for netbooting DEC machines +BROKEN= "distfile unavaible since July 2004" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-11 + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} # MANDIR is concetenated to DESTDIR which all forms the man install dir... |