From 99ae2f05cff9afbab6558700e16484ac7bf9015c Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Thu, 10 May 2012 16:28:19 +0000 Subject: Set RESTRICTED and fix manual fetch instructions --- sysutils/condor/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sysutils') 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 -.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:: -- cgit v1.2.3