summaryrefslogtreecommitdiffstats
path: root/www/MT
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-11-27 15:09:54 +0000
committerarved <arved@FreeBSD.org>2004-11-27 15:09:54 +0000
commit1513ac7ce725c4995dd7e5ec30a919593101c063 (patch)
tree74f1ae3cc892732e7276fa2b766419baff822ca6 /www/MT
parentdf6072fa9f3c80dfc7299ca5fe4265df135708a4 (diff)
downloadFreeBSD-ports-1513ac7ce725c4995dd7e5ec30a919593101c063.zip
FreeBSD-ports-1513ac7ce725c4995dd7e5ec30a919593101c063.tar.gz
Don't ignore IGNORE on the package cluster, not sure why a lot of ports
have this code. Reported by: pointyhat Replace NO_PACKAGE with RESTRICTED (This is a noop, because without MASTER_SITE the distfile can't get onto the mirrors).
Diffstat (limited to 'www/MT')
-rw-r--r--www/MT/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile
index 1fc9ca7..6cf4ba6 100644
--- a/www/MT/Makefile
+++ b/www/MT/Makefile
@@ -34,7 +34,7 @@ PLIST_SUB+= DATADIR=${DATADIR} CGIDIR=${CGIDIR}
USE_PERL5_RUN= yes
NO_BUILD= yes
-NO_PACKAGE= "License does not permit distribution"
+RESTRICTED= "License does not permit distribution"
.if defined(WITH_OLD_DISTFILE)
PLIST_SUB+= OLD=""
@@ -45,7 +45,7 @@ PLIST_SUB+= OLD="@comment "
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
ECHO_MSG=/usr/bin/printf
IGNORE= :\n\
Because of licensing restrictions, you must fetch the source distribution\n\
OpenPOWER on IntegriCloud