svn commit: r333835 - head/editors/e93
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Nov 15 10:12:26 UTC 2013
Author: sunpoet
Date: Fri Nov 15 10:12:26 2013
New Revision: 333835
URL: http://svnweb.freebsd.org/changeset/ports/333835
Log:
- Remove leading indefinite article from COMMENT
- Use = instead of +=
Modified:
head/editors/e93/Makefile
Modified: head/editors/e93/Makefile
==============================================================================
--- head/editors/e93/Makefile Fri Nov 15 10:11:55 2013 (r333834)
+++ head/editors/e93/Makefile Fri Nov 15 10:12:26 2013 (r333835)
@@ -9,13 +9,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}r$
EXTRACT_SUFX= .tgz
MAINTAINER= ports at 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}" \
More information about the svn-ports-all
mailing list