diff options
author | crees <crees@FreeBSD.org> | 2012-05-11 00:28:19 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-05-11 00:28:19 +0800 |
commit | d9dbae49379fe2202d142a6192b8a7f8f978661f (patch) | |
tree | 0b794ef50a1cfe98a37b7c22a7782d41f034b7b5 /sysutils | |
parent | 8d62be4f3cb9a94359a4c9c7306e5c89c3a118b3 (diff) | |
download | freebsd-ports-graphics-d9dbae49379fe2202d142a6192b8a7f8f978661f.tar.gz freebsd-ports-graphics-d9dbae49379fe2202d142a6192b8a7f8f978661f.tar.zst freebsd-ports-graphics-d9dbae49379fe2202d142a6192b8a7f8f978661f.zip |
Set RESTRICTED and fix manual fetch instructions
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/condor/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index add0ae28abb..2e34aad45a7 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:: |