diff options
author | Andrej Zverev <az@FreeBSD.org> | 2008-06-24 07:11:00 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2008-06-24 07:11:00 +0000 |
commit | 21ae257e6efc03690b7582241d7442d1171237e1 (patch) | |
tree | 424b7955bb419564700caba2187827eadfbac6b6 /editors | |
parent | f116dee919a34e228d85f4a678a3befca14497d5 (diff) | |
download | ports-21ae257e6efc03690b7582241d7442d1171237e1.tar.gz ports-21ae257e6efc03690b7582241d7442d1171237e1.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/aee/Makefile | 2 | ||||
-rw-r--r-- | editors/le/Makefile | 2 | ||||
-rw-r--r-- | editors/ne/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/aee/Makefile b/editors/aee/Makefile index fb4cd6671965..5014c372e71b 100644 --- a/editors/aee/Makefile +++ b/editors/aee/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://mahon.cwx.net/sources/ -MAINTAINER= az@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An easy editor with both curses and X11 interfaces OPTIONS= XAE "Build X11 version 'xae'" off diff --git a/editors/le/Makefile b/editors/le/Makefile index f4a6af7bb4d8..765268e5c165 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -11,7 +11,7 @@ CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles -MAINTAINER= az@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Text editor GNU_CONFIGURE= yes diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 1fcfbaa33e1a..2aaaf3f7c0ae 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://ne.dsi.unimi.it/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles -MAINTAINER= az@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Nice and powerfull editor USE_GMAKE= yes |