diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-10-07 18:11:04 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-10-07 18:11:04 +0000 |
commit | ffe3252afa1babab094ae7de685683352d9b4b16 (patch) | |
tree | 31f66f4c74000959f6f5d606ede34dd3a469dbdd /sysutils/sge61 | |
parent | Update to 3.2.0 (diff) |
When using MASTER_SITE_LOCAL, MASTER_SITE_SUBDIR must be set. Once the
dist file propagates, this should hopefully fix this port in the dist
survey's eyes.
Reminded by: fenner
Notes
Notes:
svn path=/head/; revision=144512
Diffstat (limited to 'sysutils/sge61')
-rw-r--r-- | sysutils/sge61/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile index 3de657fc6fcb..ad980c26d092 100644 --- a/sysutils/sge61/Makefile +++ b/sysutils/sge61/Makefile @@ -11,6 +11,7 @@ PORTREVISION= 0 CATEGORIES= sysutils parallel MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/32/ MASTER_SITES+= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks DISTNAME= sge-V60u6_TAG-src MAINTAINER= brooks@FreeBSD.org |