shorten COMMENT

This commit is contained in:
steven 2007-05-15 09:10:26 +00:00
parent bb5bc74f4b
commit 0d07de9463
3 changed files with 9 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 05:24:55 jolan Exp $
# $OpenBSD: Makefile,v 1.2 2007/05/15 09:10:26 steven Exp $
COMMENT= "netcat-like program with transparent Secure Socket Layer support"
COMMENT= "netcat-like program with transparent SSL support"
DISTNAME= nssl.005
PKGNAME= nssl-005
PKGNAME= nssl-005p0
CATEGORIES= net
HOMEPAGE= http://nssl.sourceforge.net/

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.6 2007/04/12 18:59:36 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2007/05/15 09:10:26 steven Exp $
SHARED_ONLY= Yes
COMMENT= "find the country where an IP address/hostname originates from"
COMMENT= "look up country by IP address/hostname"
MODULES= cpan
DISTNAME= Geo-IP-1.27
PKGNAME= p5-${DISTNAME}p0
PKGNAME= p5-${DISTNAME}p1
CATEGORIES= net geo
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2007/01/14 20:49:05 simon Exp $
# $OpenBSD: Makefile,v 1.4 2007/05/15 09:10:26 steven Exp $
COMMENT= "Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation"
COMMENT= "manipulate IPv4/IPv6 netblocks in CIDR notation"
MODULES= cpan
DISTNAME= Net-CIDR-0.11
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= net
MAINTAINER= Matteo Cantoni <goony@openbeer.it>