diff options
Diffstat (limited to 'java/eclipse-cdt')
-rw-r--r-- | java/eclipse-cdt/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile index cdacb793c7f2..4beb34922475 100644 --- a/java/eclipse-cdt/Makefile +++ b/java/eclipse-cdt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-cdt -# Date created: March 1, 2004 -# Whom: gldisater@gldis.ca -# +# Created by: gldisater@gldis.ca # $FreeBSD$ -# PORTNAME= ${PLUGIN} PORTVERSION= 6.0.2 @@ -14,7 +10,7 @@ MASTER_SITE_SUBDIR=tools/${PLUGIN}/releases/${ECLIPSE_CODENAME}/dist DISTNAME= ${PLUGIN}-master-${PORTVERSION} PKGNAMEPREFIX= eclipse- -MAINTAINER= graudeejs@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= C/C++ plugin for Eclipse IDE RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse |