diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-24 11:40:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-24 11:40:39 +0000 |
commit | f090b6faccb6e85d71cfcc78a9cdef3e31a4728b (patch) | |
tree | 951078e0b7bc7d0c65154780db692d4c39a6aa92 /net-im | |
parent | 89df291604655c3b743c865d9485de4cb77aa791 (diff) | |
download | ports-f090b6faccb6e85d71cfcc78a9cdef3e31a4728b.tar.gz ports-f090b6faccb6e85d71cfcc78a9cdef3e31a4728b.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/naim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile index 6ed5d87b19f3..c52bd5cfc8f9 100644 --- a/net-im/naim/Makefile +++ b/net-im/naim/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net irc MASTER_SITES= http://www.liquidx.org/distfiles/ \ http://shell.n.ml.org/n/naim/ -MAINTAINER= tlp@LiquidX.org +MAINTAINER= ports@FreeBSD.org COMMENT= Console ncurses-based AIM, ICQ, IRC, and Lily client GNU_CONFIGURE= yes @@ -26,6 +26,8 @@ PORTDOCS= FAQ README commands.txt keyboard.txt OPTIONS= DETACH "Enable 'detach' feature (requires misc/screen)" off +BROKEN= "Unfetchable" + .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) |