diff options
author | kris <kris@FreeBSD.org> | 2006-09-04 08:03:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-04 08:03:18 +0800 |
commit | 1070560a2bf8cd04c32527fa02cb17e592f700ce (patch) | |
tree | e5ee9167a0814d85d8577dad27a68ed3ed688591 /misc/mmv | |
parent | 4ed457396523d1f794fa40053652f0a438eaa304 (diff) | |
download | freebsd-ports-graphics-1070560a2bf8cd04c32527fa02cb17e592f700ce.tar.gz freebsd-ports-graphics-1070560a2bf8cd04c32527fa02cb17e592f700ce.tar.zst freebsd-ports-graphics-1070560a2bf8cd04c32527fa02cb17e592f700ce.zip |
BROKEN: Unfetchable. Since this port is unmaintained, deprecate and
schedule for termination on 2006-12-01
Diffstat (limited to 'misc/mmv')
-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 68f4cb33059..dba26ea71d6 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 |