aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sge62/Makefile
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2007-09-04 18:00:07 +0000
committerBrooks Davis <brooks@FreeBSD.org>2007-09-04 18:00:07 +0000
commitfed9879891322237b4e3e8e3aac18bad1fceb714 (patch)
tree8fc00bd4f69d6cf872de98fa9535762b0229cfdd /sysutils/sge62/Makefile
parentd1a296d9d2118686d36b01e03e9fa406477f4ca4 (diff)
downloadports-fed9879891322237b4e3e8e3aac18bad1fceb714.tar.gz
ports-fed9879891322237b4e3e8e3aac18bad1fceb714.zip
Notes
Diffstat (limited to 'sysutils/sge62/Makefile')
-rw-r--r--sysutils/sge62/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile
index 142424781237..bec6e07a7d80 100644
--- a/sysutils/sge62/Makefile
+++ b/sysutils/sge62/Makefile
@@ -7,12 +7,11 @@
PORTNAME= sge
PORTVERSION= ${SGE_VERSION}
-PORTREVISION= 2
CATEGORIES= sysutils parallel
-MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/122/
+MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/142/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
-DISTNAME= sge-V60u10_TAG-src
+DISTNAME= sge-V60u11_TAG-src
MAINTAINER= brooks@FreeBSD.org
COMMENT= Sun Grid Engine, a batch queueing system
@@ -46,8 +45,8 @@ SGE_BASE?= sge
SGE_ROOT= ${PREFIX}/${SGE_BASE}
SGE_ARCH= fbsd-${ARCH}
SGE_BUILD_ARCH= FREEBSD_${ARCH:U}
-SGE_VERSION= 6.0.10
-SGE_RELEASE= 6.0u10
+SGE_VERSION= 6.0.11
+SGE_RELEASE= 6.0u11
PLIST_SUB+= SGE_ARCH=${SGE_ARCH}
PLIST_SUB+= SGE_BASE=${SGE_BASE}
@@ -236,7 +235,7 @@ build-plist: build
${SED} -e 's|${WRKSRC}/../doc|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' \
>> ${PLIST}
@echo '@dirrmtry %%SGE_BASE%%' >> ${PLIST}
- @echo '@unexec test -d %D/%%SGE_BASE%% && ( echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%SGE_BASE%% and its contents manually.")' >> ${PLIST}
+ @echo '@unexec test ! -d %D/%%SGE_BASE%% || ( echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%SGE_BASE%% and its contents manually.")' >> ${PLIST}
@echo "# Do not edit! Auto-generated file." > ${.CURDIR}/Makefile.man
@echo "# See build-plist target in Makefile." >> ${.CURDIR}/Makefile.man
@echo "#" >> ${.CURDIR}/Makefile.man