From 029b18cf87aedbf71e33f8d866f6df8c14ff7289 Mon Sep 17 00:00:00 2001 From: seanc Date: Fri, 7 Feb 2003 02:44:21 +0000 Subject: Correct ports that were abusing the FORBIDDEN variable and replace with either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr) --- www/dansguardian/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/dansguardian') diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index c8f40f6..c5595fe 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -42,7 +42,7 @@ NO_PACKAGE= "Redistribution is restricted. Check ${DG_URL} for more info" .include .if !(exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) -FORBIDDEN="Commercial source download is restricted. Please visit and read ${DG_URL} and download ${DISTNAME}${EXTRACT_SUFX} into ${DISTDIR} before running make" +IGNORE= "Commercial source download is restricted. Please visit and read ${DG_URL} and download ${DISTNAME}${EXTRACT_SUFX} into ${DISTDIR} before running make" .endif post-install: -- cgit v1.1