summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
commitd9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch)
tree7188beb34e0a3adac815c9497c615b1b78eb4454 /shells
parentport wouldn't build without the gnomelibs. (diff)
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes: svn path=/head/; revision=69612
Diffstat (limited to 'shells')
-rw-r--r--shells/44bsd-csh/Makefile2
-rw-r--r--shells/44bsd-csh/pkg-comment1
-rw-r--r--shells/bash1/Makefile2
-rw-r--r--shells/bash1/pkg-comment1
-rw-r--r--shells/esh/Makefile2
-rw-r--r--shells/esh/pkg-comment1
-rw-r--r--shells/flash/Makefile2
-rw-r--r--shells/flash/pkg-comment1
-rw-r--r--shells/perlsh/Makefile2
-rw-r--r--shells/perlsh/pkg-comment1
-rw-r--r--shells/psh/Makefile2
-rw-r--r--shells/psh/pkg-comment1
-rw-r--r--shells/vshnu/Makefile2
-rw-r--r--shells/vshnu/pkg-comment1
14 files changed, 14 insertions, 7 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile
index d8ec7749053a..cd9ae71ccc37 100644
--- a/shells/44bsd-csh/Makefile
+++ b/shells/44bsd-csh/Makefile
@@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= cy
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= The traditional 4.4BSD /bin/csh C-shell
+
USE_BZIP2= yes
NO_WRKSUBDIR= yes
diff --git a/shells/44bsd-csh/pkg-comment b/shells/44bsd-csh/pkg-comment
deleted file mode 100644
index 3cdb35a32b20..000000000000
--- a/shells/44bsd-csh/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The traditional 4.4BSD /bin/csh C-shell
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index 6750353d4e4a..e83d45be0080 100644
--- a/shells/bash1/Makefile
+++ b/shells/bash1/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= bash
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= The GNU Borne Again Shell
+
NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
# Don't compress manpages or .so not works.
diff --git a/shells/bash1/pkg-comment b/shells/bash1/pkg-comment
deleted file mode 100644
index 2049031d771d..000000000000
--- a/shells/bash1/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The GNU Borne Again Shell
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
diff --git a/shells/flash/Makefile b/shells/flash/Makefile
index 9251c0ff671f..3bf5a0ef817a 100644
--- a/shells/flash/Makefile
+++ b/shells/flash/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://www.netsoc.ucd.ie/flash/ \
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A ncurses-based restriction shell
+
.include <bsd.port.pre.mk>
# outdated version of ncurses in non-CURRENT
diff --git a/shells/flash/pkg-comment b/shells/flash/pkg-comment
deleted file mode 100644
index 04cb3783ce8b..000000000000
--- a/shells/flash/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A ncurses-based restriction shell
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile
index 67e24ce4c4e9..6354788a341d 100644
--- a/shells/perlsh/Makefile
+++ b/shells/perlsh/Makefile
@@ -14,6 +14,8 @@ DISTNAME= psh-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= New shell made entirely out of a Perl script
+
PERL_CONFIGURE= yes
USE_REINPLACE= yes
diff --git a/shells/perlsh/pkg-comment b/shells/perlsh/pkg-comment
deleted file mode 100644
index e8c5ab06be0f..000000000000
--- a/shells/perlsh/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-New shell made entirely out of a Perl script
diff --git a/shells/psh/Makefile b/shells/psh/Makefile
index 67e24ce4c4e9..6354788a341d 100644
--- a/shells/psh/Makefile
+++ b/shells/psh/Makefile
@@ -14,6 +14,8 @@ DISTNAME= psh-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= New shell made entirely out of a Perl script
+
PERL_CONFIGURE= yes
USE_REINPLACE= yes
diff --git a/shells/psh/pkg-comment b/shells/psh/pkg-comment
deleted file mode 100644
index e8c5ab06be0f..000000000000
--- a/shells/psh/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-New shell made entirely out of a Perl script
diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile
index 2f074c70bc5d..ddff69bec634 100644
--- a/shells/vshnu/Makefile
+++ b/shells/vshnu/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://www.cs.indiana.edu/hyplan/kinzler/vshnu/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= New Visual Shell
+
.include <bsd.port.pre.mk>
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen
diff --git a/shells/vshnu/pkg-comment b/shells/vshnu/pkg-comment
deleted file mode 100644
index e559ebb4fd78..000000000000
--- a/shells/vshnu/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-New Visual Shell