From 7f0aad2324c19eda549273f131b3755cbb44cc86 Mon Sep 17 00:00:00 2001 From: brooks Date: Tue, 13 Sep 2005 23:16:33 +0000 Subject: - Rearrange the FETCH related bits to increate portlint happieness (not that portlint is ever going to like this port :). - Remove obsolete MASTER_SITE_SUBDIR. - Don't quote or capitalize IGNORE. - Don't capitalize BROKEN. Reported by: kris (IGNORE) --- sysutils/sge62/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'sysutils/sge62') diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index d007175..3de657f 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/Makefile @@ -12,11 +12,17 @@ CATEGORIES= sysutils parallel MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/32/ MASTER_SITES+= ${MASTER_SITE_LOCAL} DISTNAME= sge-V60u6_TAG-src -MASTER_SITE_SUBDIR= brooks MAINTAINER= brooks@FreeBSD.org COMMENT= Sun Grid Engine, a batch queueing system +FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget + +# We have to use wget because the master site required cookies to +# download the file. +DISABLE_SIZE= yes +FETCH_CMD= wget -c + OPTIONS= BDB "Use DB based spooler (currently broken)" off \ DRMAA "Support the Java DRMAA API (requires native Java)" on \ QMON "Qmon support (requires X and Motif)" on @@ -35,12 +41,6 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${SGE_ROOT}/lib/${SGE_ARCH} -# We have to use fetch because the master site required cookies to -# download the file. -FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget -DISABLE_SIZE= yes -FETCH_CMD= wget -c - SGE_BASE?= sge SGE_ROOT= ${PREFIX}/${SGE_BASE} SGE_ARCH= fbsd-${ARCH} @@ -94,9 +94,9 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .if ${OSVERSION} < 503000 .if ${OSVERSION} < 500000 -BROKEN= "Does not build without libpthread" +BROKEN= "does not build without libpthread" .else -IGNORE= "Not supported for FreeBSD < 5.3" +IGNORE= is not supported for FreeBSD < 5.3 .endif .endif -- cgit v1.1