diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-29 22:10:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-29 22:10:12 +0000 |
commit | cecf03dfc1756e2aa2843b74b91fe6916e2bf200 (patch) | |
tree | dfa169c8f401faa9fd0135acb050d512afc5ecac /editors/joe | |
parent | 9d72f7d1bd790986fbe0410583face7f7c2a8134 (diff) | |
download | ports-cecf03dfc1756e2aa2843b74b91fe6916e2bf200.tar.gz ports-cecf03dfc1756e2aa2843b74b91fe6916e2bf200.zip |
Notes
Diffstat (limited to 'editors/joe')
-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 |