From b2da5472ae5c5c49e8d81407771353a7546521a6 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Tue, 19 Jul 2005 10:02:24 +0000 Subject: [PATCH] - Get rid of pkg-plist - Grant maintainership to submitter PR: ports/83662 Submitted by: Andrej Zverev --- editors/aee/Makefile | 4 +++- editors/aee/pkg-descr | 4 ++-- editors/aee/pkg-plist | 5 ----- 3 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 editors/aee/pkg-plist diff --git a/editors/aee/Makefile b/editors/aee/Makefile index 954a3f8f8a89..dc681953d065 100644 --- a/editors/aee/Makefile +++ b/editors/aee/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.2.15b CATEGORIES= editors MASTER_SITES= http://mahon.cwx.net/sources/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= az@inec.ru COMMENT= An easy editor with both curses and X11 interfaces OPTIONS= XAE "Build X11 version 'xae'" off @@ -26,6 +26,8 @@ ALL_TARGET= both PLIST_SUB= XAE="" .endif +PLIST_FILES= bin/aee bin/rae lib/help.ae %%XAE%%bin/xae %%XAE%%bin/rxae + MAN1= aee.1 do-install: diff --git a/editors/aee/pkg-descr b/editors/aee/pkg-descr index d606e14b001f..d35acb105a3e 100644 --- a/editors/aee/pkg-descr +++ b/editors/aee/pkg-descr @@ -8,5 +8,5 @@ multiple edit buffers. aee is a superset of the "Easy Editor" (ee) that is part of the FreeBSD base system. - -Kelly - kbyanc@posi.net +Author: Hugh Mahon +WWW: http://mahon.cwx.net/ diff --git a/editors/aee/pkg-plist b/editors/aee/pkg-plist deleted file mode 100644 index 7ebb2b32d9f7..000000000000 --- a/editors/aee/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/aee -bin/rae -lib/help.ae -%%XAE%%bin/xae -%%XAE%%bin/rxae