From 21ea39269b8105aef6605dd2400fa3f437cfdd4f Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 15 Nov 2013 10:12:26 +0000 Subject: - Remove leading indefinite article from COMMENT - Use = instead of += --- editors/e93/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/e93') diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 1798b465f91d..e5c4a9fd1672 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -9,13 +9,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}r${PORTVERSION:E}X EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A nifty editor based on Tcl +COMMENT= Nifty editor based on Tcl LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME} -USES+= gmake tcl +USES= gmake tcl USE_XORG= x11 xinerama MAKE_ARGS= PREFIX="${PREFIX}" \ TCL_INCLUDE="-I${TCL_INCLUDEDIR}" \ -- cgit