diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-19 10:02:24 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-19 10:02:24 +0000 |
commit | b2da5472ae5c5c49e8d81407771353a7546521a6 (patch) | |
tree | afa64acd8ab5aaf093270ba6503b8e9da47ef755 /editors/aee | |
parent | 562ae43b4c8d1a8730d34ea70c8744cdbae8dcfe (diff) | |
download | ports-b2da5472ae5c5c49e8d81407771353a7546521a6.tar.gz ports-b2da5472ae5c5c49e8d81407771353a7546521a6.zip |
Notes
Diffstat (limited to 'editors/aee')
-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 |