diff options
author | kris <kris@FreeBSD.org> | 2002-03-06 22:09:01 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-06 22:09:01 +0000 |
commit | 9a123931e4d30be2891ae0d99a2787857ee7695d (patch) | |
tree | a1e7785b6bfca87472f93e33501499de78c0a795 /mail | |
parent | de4c5c2be785c6ced96eebc3e31ef2191b7a2c9c (diff) | |
download | FreeBSD-ports-9a123931e4d30be2891ae0d99a2787857ee7695d.zip FreeBSD-ports-9a123931e4d30be2891ae0d99a2787857ee7695d.tar.gz |
Do not try and create a package for this port: it is broken and goes into
an infinite loop displaying this:
Is this the entry you wish to remove?
ad infinitum.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile index f31067a..8cf7b81 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -16,6 +16,8 @@ MAINTAINER= yds@CoolRat.org RUN_DEPENDS= ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/CIDR.pm:${PORTSDIR}/net/p5-Net-CIDR +NO_PACKAGE= "Goes into an infinite loop during the build" + # # User-serviceable variables # |