diff options
-rw-r--r-- | editors/joe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 56cb125e8f27..88389ca609e2 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -8,11 +8,11 @@ PORTNAME= joe PORTVERSION= 3.7 PORTEPOCH= 1 -CATEGORIES+= editors +CATEGORIES= editors MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER?= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Joe's Own Editor BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell |