diff options
author | kris <kris@FreeBSD.org> | 2002-03-07 06:09:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-07 06:09:01 +0800 |
commit | 9a123931e4d30be2891ae0d99a2787857ee7695d (patch) | |
tree | a1e7785b6bfca87472f93e33501499de78c0a795 /mail/courier | |
parent | de4c5c2be785c6ced96eebc3e31ef2191b7a2c9c (diff) | |
download | freebsd-ports-gnome-9a123931e4d30be2891ae0d99a2787857ee7695d.tar.gz freebsd-ports-gnome-9a123931e4d30be2891ae0d99a2787857ee7695d.tar.zst freebsd-ports-gnome-9a123931e4d30be2891ae0d99a2787857ee7695d.zip |
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/courier')
-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 f31067acbd34..8cf7b819a317 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 # |