diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /shells/esh | |
parent | port wouldn't build without the gnomelibs. (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'shells/esh')
-rw-r--r-- | shells/esh/Makefile | 2 | ||||
-rw-r--r-- | shells/esh/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index cc965e8b2724..06e3831556e9 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://slon.ttk.ru/esh/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= The "easy shell", a small shell with Lisp-like syntax + WRKSRC= ${WRKDIR}/esh pre-build: diff --git a/shells/esh/pkg-comment b/shells/esh/pkg-comment deleted file mode 100644 index 6c79116a665d..000000000000 --- a/shells/esh/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The ``easy shell'', a small shell with Lisp-like syntax |