diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-04-18 00:20:20 +0800 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-04-18 00:20:20 +0800 |
commit | 420df472032c3326f097d5570cc375da2ffb7b98 (patch) | |
tree | c1ad0ab8f4d41cfbe0ab1f0f265b5a1752775d60 /mail | |
parent | 29967d2d278e6f6424bac1cbd3cff7ede4ebd793 (diff) | |
download | freebsd-ports-gnome-420df472032c3326f097d5570cc375da2ffb7b98.tar.gz freebsd-ports-gnome-420df472032c3326f097d5570cc375da2ffb7b98.tar.zst freebsd-ports-gnome-420df472032c3326f097d5570cc375da2ffb7b98.zip |
Completed a code review of listmanager and found some things that need to be
fixed. The author will be releasing a new version shortly. Turn off this
port until the new version is ready.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/listmanager/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/listmanager/Makefile b/mail/listmanager/Makefile index a421f95fcfaa..94d5f480ce2d 100644 --- a/mail/listmanager/Makefile +++ b/mail/listmanager/Makefile @@ -16,6 +16,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} help.tar.gz listmanager.8 ack MAINTAINER= gshapiro@FreeBSD.org +FORBIDDEN= "Security problem. New version due shortly." + EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR} |