diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-08 10:24:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-08 10:24:20 +0000 |
commit | 736d603d57b5c82425802de7533f142ff8386499 (patch) | |
tree | 578907f6924cfc968f28a8220ce614179d18fd37 /net | |
parent | 442257fe8563da022eaf2913cd33836502e67694 (diff) | |
download | pkgsrc-736d603d57b5c82425802de7533f142ff8386499.tar.gz |
Remove trailing . from COMMENT.
Diffstat (limited to 'net')
-rw-r--r-- | net/vtun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index a5ddaaad13a..df2ed0d3f79 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 18:19:54 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/03/08 10:24:20 wiz Exp $ DISTNAME= vtun-2.4 CATEGORIES= net @@ -6,7 +6,7 @@ MASTER_SITES= http://vtun.sourceforge.net/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://vtun.sourceforge.net/ -COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping, etc. +COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping DEPENDS+= liblzo-1.*:../../archivers/liblzo |