diff options
author | martti <martti> | 2003-07-22 04:14:17 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-22 04:14:17 +0000 |
commit | 31c846f86a41bec7f34f6f0374e7e0bf29efa53a (patch) | |
tree | ab6f5bf65ffd04ba247f35fbf5379469d52768e0 /www/tinyproxy/Makefile | |
parent | afdbc6ae799b198812e7b1069b1218551e2d2728 (diff) | |
download | pkgsrc-31c846f86a41bec7f34f6f0374e7e0bf29efa53a.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'www/tinyproxy/Makefile')
-rw-r--r-- | www/tinyproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index 8c5be65d98f..53bfce03f65 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/05/09 16:30:12 salo Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/22 04:14:37 martti Exp $ # DISTNAME= tinyproxy-1.5.3 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tinyproxy/} MAINTAINER= jrp@hispabsd.org HOMEPAGE= http://tinyproxy.sourceforge.net/ -COMMENT= lightweight HTTP/SSL proxy +COMMENT= Lightweight HTTP/SSL proxy USE_BUILDLINK2= YES USE_PKGINSTALL= YES |