aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-05-10 16:28:19 +0000
committerChris Rees <crees@FreeBSD.org>2012-05-10 16:28:19 +0000
commit99ae2f05cff9afbab6558700e16484ac7bf9015c (patch)
treeb28669418058b2189f5691e2e43e4a7e942e6d69 /sysutils
parent590daa9363dbc79af35c79a7d423f425a903bbde (diff)
downloadports-99ae2f05cff9afbab6558700e16484ac7bf9015c.tar.gz
ports-99ae2f05cff9afbab6558700e16484ac7bf9015c.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/condor/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile
index add0ae28abb6..2e34aad45a77 100644
--- a/sysutils/condor/Makefile
+++ b/sysutils/condor/Makefile
@@ -8,7 +8,7 @@
PORTNAME= condor
PORTVERSION= 7.6.6
CATEGORIES= sysutils net
-MASTER_SITES= http://research.cs.wisc.edu/condor/
+MASTER_SITES= # empty
DISTNAME= condor_src-${PORTVERSION}-all-all
MAINTAINER= jwbacon@tds.net
@@ -18,6 +18,7 @@ LIB_DEPENDS+= krb5support:${PORTSDIR}/security/krb5 \
pcre:${PORTSDIR}/devel/pcre \
curl:${PORTSDIR}/ftp/curl
+RESTRICTED= Requires manual distfile fetch
WRKSRC= ${WRKDIR}/condor-${PORTVERSION}
USE_GMAKE= yes
USE_LDCONFIG= yes
@@ -108,8 +109,8 @@ MAN1= \
.include <bsd.port.pre.mk>
-.if !defined(PACKAGE_BUILDING) && !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE= requires that you go to ${MASTER_SITES} to register and manually download the source distribution ${DISTNAME}${EXTRACT_SUFX}, place it in ${DISTDIR}, and then run make again."
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+IGNORE= requires that you go to http://research.cs.wisc.edu/condor/ to register and manually download the source distribution ${DISTNAME}${EXTRACT_SUFX}, place it in ${DISTDIR}, and then run make again."
.endif
pre-everything::