summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-05-02 08:35:18 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-05-02 08:35:18 +0000
commit7b99e79c2a4beb9f0d4a49c339c6eebca7c07236 (patch)
treee6a0031df5b15348b04e2ecc7acb9f54d9bb1c85 /sysutils
parent- Chase distfile rename (same content, same checksums). (diff)
Remove sysutils/sgeee53 as it is a slave port of expired (and just removed)
sysutils/sge53. The dependency check in ports/Tools/scripts/rmport missed sysutils/sgeee53/Makefile:MASTERDIR= ${.CURDIR}/../sge53 when I removed sysutils/sge53. I will update the script to catch such "dependencies" ASAP.
Notes
Notes: svn path=/head/; revision=161167
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/sgeee53/Makefile19
2 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 927a1009fe39..79539c00e9c8 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -505,7 +505,6 @@
SUBDIR += sfdisk
SUBDIR += sformat
SUBDIR += sge
- SUBDIR += sgeee53
SUBDIR += shlock
SUBDIR += sjog
SUBDIR += skill
diff --git a/sysutils/sgeee53/Makefile b/sysutils/sgeee53/Makefile
deleted file mode 100644
index c511190f3539..000000000000
--- a/sysutils/sgeee53/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Ports collection makefile for: sgeee
-# Date created: Fri Jul 14, 2003
-# Whom: Brooks Davis <brooks@freebsd.org>
-#
-# $FreeBSD$
-# $Aero: ports/sgeee/Makefile,v 1.2 2003/08/21 22:02:06 brooks Exp $
-#
-
-PKGNAMESUFFIX= ee
-
-MAINTAINER= brooks@FreeBSD.org
-COMMENT= Sun Grid Engine Enterprise Edition, a batch queueing system
-
-MASTERDIR= ${.CURDIR}/../sge53
-
-SGEEE_FLAG= -sgeee
-SGE_PRODUCT= -pr-geee
-
-.include "${MASTERDIR}/Makefile"