summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs>2003-04-04 17:32:51 +0000
committerabs <abs>2003-04-04 17:32:51 +0000
commitbbb2a90fa73a1decb6b8743aa0ce754e14141201 (patch)
tree446128349e1d4accfe4a76ce9371dfd9ef5e21fb
parent214d794c6881275862a09a18cc58e93d9205bf54 (diff)
downloadpkgsrc-bbb2a90fa73a1decb6b8743aa0ce754e14141201.tar.gz
Shorten COMMENT
-rw-r--r--lang/lua/Makefile4
-rw-r--r--shells/standalone-tcsh/Makefile4
-rw-r--r--www/p5-URI/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile
index 43854085bea..0f0df1674f8 100644
--- a/lang/lua/Makefile
+++ b/lang/lua/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/02/22 00:51:58 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2003/04/04 17:35:20 abs Exp $
DISTNAME= lua-4.0.1
CATEGORIES= lang
@@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.lua.org
-COMMENT= Powerful, light-weight programming language for extending applications
+COMMENT= Powerful light-weight language for extending applications
BUILD_DIRS= ${WRKSRC}/build
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile
index 59b346b3710..942c8ac3ace 100644
--- a/shells/standalone-tcsh/Makefile
+++ b/shells/standalone-tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/03/29 12:42:26 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/04/04 17:32:51 abs Exp $
#
NO_MTREE= YES
@@ -10,7 +10,7 @@ PKG_SHELL= /bin/tcsh
.include "../../shells/tcsh/Makefile"
-COMMENT:= Standalone version of the ${COMMENT}
+COMMENT:= Standalone version of the Extended C-shell
LDFLAGS+= -static
LOCALBASE= /
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile
index 7a4362a200a..7d98d60cb84 100644
--- a/www/p5-URI/Makefile
+++ b/www/p5-URI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/01/31 10:40:35 shell Exp $
+# $NetBSD: Makefile,v 1.20 2003/04/04 17:34:02 abs Exp $
#
DISTNAME= URI-1.23
@@ -8,7 +8,7 @@ CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
MAINTAINER= packages@netbsd.org
-COMMENT= Perl5 class to represent Uniform Resource Identifier (URI, RFC 2396)
+COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396)
BUILD_DEPENDS= p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64