diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-04 00:03:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-04 00:03:18 +0000 |
commit | e2a433aa09f0a80d3c76b61b7f26274928311e03 (patch) | |
tree | c7e116e59a08c761550ae5ef96766381a9e50a02 /misc | |
parent | b6681b4d683da81f991c326ec9daf32ba364ec29 (diff) | |
download | ports-e2a433aa09f0a80d3c76b61b7f26274928311e03.tar.gz ports-e2a433aa09f0a80d3c76b61b7f26274928311e03.zip |
BROKEN: Unfetchable. Since this port is unmaintained, deprecate and
schedule for termination on 2006-12-01
Notes
Notes:
svn path=/head/; revision=172113
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mmv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index 68f4cb330595..dba26ea71d6e 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -15,6 +15,10 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Move/copy/append/link multiple files with sophisticated wildcard matching +BROKEN= Unfetchable +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 + RESTRICTED= No modification or redistribution for charge CFLAGS+= -DDIRENT MAKE_FLAGS= -e |