diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 13:28:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 13:28:59 +0000 |
commit | 4c2e4f186201b31c37dc6ace0bc178984cefa9fd (patch) | |
tree | bcc2e191eb5eeae24427359a8943308c4d228097 /shells | |
parent | Handle '#' and '$' in pkg-comment properly. (diff) |
De-pkg-comment.
Notes
Notes:
svn path=/head/; revision=76041
Diffstat (limited to 'shells')
-rw-r--r-- | shells/es/Makefile | 1 | ||||
-rw-r--r-- | shells/es/pkg-comment | 1 | ||||
-rw-r--r-- | shells/nologinmsg/Makefile | 1 | ||||
-rw-r--r-- | shells/nologinmsg/pkg-comment | 1 | ||||
-rw-r--r-- | shells/rc/Makefile | 1 | ||||
-rw-r--r-- | shells/rc/pkg-comment | 1 | ||||
-rw-r--r-- | shells/scponly/Makefile | 1 | ||||
-rw-r--r-- | shells/scponly/pkg-comment | 1 |
8 files changed, 4 insertions, 4 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile index 8bb6b6849e6b..47fb089d8a11 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/ DISTNAME= es-0.9-beta1 MAINTAINER= ljrittle@acm.org +COMMENT= An extensible shell, derived from plan9's rc GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-readline diff --git a/shells/es/pkg-comment b/shells/es/pkg-comment deleted file mode 100644 index b62d029d1b50..000000000000 --- a/shells/es/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An extensible shell, derived from plan9's rc diff --git a/shells/nologinmsg/Makefile b/shells/nologinmsg/Makefile index bc76b3b49ee1..60e117f30d16 100644 --- a/shells/nologinmsg/Makefile +++ b/shells/nologinmsg/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= freebsd-security@rikrose.net +COMMENT= More functional native binary replacement for /sbin/nologin USE_REINPLACE= yes diff --git a/shells/nologinmsg/pkg-comment b/shells/nologinmsg/pkg-comment deleted file mode 100644 index 3b4056c2b089..000000000000 --- a/shells/nologinmsg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -More functional native binary replacement for /sbin/nologin diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 2318a55e508a..1bb651984cf7 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.star.le.ac.uk/~tjg/rc/release/ \ ftp://ftp.sys.utoronto.ca/pub/rc/ MAINTAINER= saken@hotel.rmta.org +COMMENT= A unix incarnation of the plan9 shell GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-history diff --git a/shells/rc/pkg-comment b/shells/rc/pkg-comment deleted file mode 100644 index 966f3d3e48b2..000000000000 --- a/shells/rc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A unix incarnation of the plan9 shell diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index 73393c0d13d9..0fbe591ffd25 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.sublimation.org/scponly/ EXTRACT_SUFX= .tgz MAINTAINER= mcglk@artlogix.com +COMMENT= A tiny shell which only permits scp and sftp MAN8= scponly.8 diff --git a/shells/scponly/pkg-comment b/shells/scponly/pkg-comment deleted file mode 100644 index 7d4651a5cc3e..000000000000 --- a/shells/scponly/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tiny shell which only permits scp and sftp |