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/Makefile | |
parent | 562ae43b4c8d1a8730d34ea70c8744cdbae8dcfe (diff) | |
download | ports-b2da5472ae5c5c49e8d81407771353a7546521a6.tar.gz ports-b2da5472ae5c5c49e8d81407771353a7546521a6.zip |
Notes
Diffstat (limited to 'editors/aee/Makefile')
-rw-r--r-- | editors/aee/Makefile | 4 |
1 files changed, 3 insertions, 1 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: |