diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pico-alpine/Makefile | 5 | ||||
-rw-r--r-- | editors/xml2rfc-xxe/Makefile | 6 | ||||
-rw-r--r-- | editors/xxe/Makefile | 2 |
3 files changed, 3 insertions, 10 deletions
diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile index 7374145c533..2a0b152aba6 100644 --- a/editors/pico-alpine/Makefile +++ b/editors/pico-alpine/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: pico-alpine -# Date created: December 21, 2007 -# Whom: Doug Barton <dougb@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= pico-alpine PORTREVISION= 1 diff --git a/editors/xml2rfc-xxe/Makefile b/editors/xml2rfc-xxe/Makefile index 6ba459584db..ae501a06338 100644 --- a/editors/xml2rfc-xxe/Makefile +++ b/editors/xml2rfc-xxe/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: xml2rfc-xxe -# Date created: 9 December 2005 -# Whom: Bill Fenner +# Created by: Bill Fenner # # $FreeBSD$ @@ -10,7 +8,7 @@ CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMESUFFIX= ${XXE_VERSION} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= xml2rfc configuration for XMLMind XML editor RUN_DEPENDS= xxe:${PORTSDIR}/editors/xxe diff --git a/editors/xxe/Makefile b/editors/xxe/Makefile index 8ec5f450042..f9c0525442d 100644 --- a/editors/xxe/Makefile +++ b/editors/xxe/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/ \ PKGNAMESUFFIX= -eval DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Validating XML editor featuring a word processor-like view USE_JAVA= YES |