diff options
author | sem <sem@FreeBSD.org> | 2005-07-19 18:02:24 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-19 18:02:24 +0800 |
commit | 16d079e28d875accc7144810136a621297242997 (patch) | |
tree | 05e25059df0d183bb9ba5530c976e56283168f3a | |
parent | 9b2bf72066975662ff6de6d722f78b7812c2c9a7 (diff) | |
download | freebsd-ports-gnome-16d079e28d875accc7144810136a621297242997.tar.gz freebsd-ports-gnome-16d079e28d875accc7144810136a621297242997.tar.zst freebsd-ports-gnome-16d079e28d875accc7144810136a621297242997.zip |
- Get rid of pkg-plist
- Grant maintainership to submitter
PR: ports/83662
Submitted by: Andrej Zverev <az@inec.ru>
-rw-r--r-- | editors/aee/Makefile | 4 | ||||
-rw-r--r-- | editors/aee/pkg-descr | 4 | ||||
-rw-r--r-- | editors/aee/pkg-plist | 5 |
3 files changed, 5 insertions, 8 deletions
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 |