diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-30 06:10:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-30 06:10:12 +0800 |
commit | 187d69f08982723aae31608276437bc2c6d6f5ae (patch) | |
tree | cd83345843bacd5bd6fae0c942d3e1722ea775c4 /editors | |
parent | 75a72626c936fa34532e9cda13131be038876644 (diff) | |
download | freebsd-ports-gnome-187d69f08982723aae31608276437bc2c6d6f5ae.tar.gz freebsd-ports-gnome-187d69f08982723aae31608276437bc2c6d6f5ae.tar.zst freebsd-ports-gnome-187d69f08982723aae31608276437bc2c6d6f5ae.zip |
- Pass maintainership to submitter
PR: 138290
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Diffstat (limited to 'editors')
-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 |