diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-15 18:12:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-15 18:12:26 +0800 |
commit | 21ea39269b8105aef6605dd2400fa3f437cfdd4f (patch) | |
tree | a0d106b71732add2a02e4ba7c1b17d1357138fe1 /editors/e93 | |
parent | 4e86b8f2d37abc1fe26a4268e3603ba4cbfd525a (diff) | |
download | freebsd-ports-gnome-21ea39269b8105aef6605dd2400fa3f437cfdd4f.tar.gz freebsd-ports-gnome-21ea39269b8105aef6605dd2400fa3f437cfdd4f.tar.zst freebsd-ports-gnome-21ea39269b8105aef6605dd2400fa3f437cfdd4f.zip |
- Remove leading indefinite article from COMMENT
- Use = instead of +=
Diffstat (limited to 'editors/e93')
-rw-r--r-- | editors/e93/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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}" \ |