diff options
author | wiz <wiz> | 2001-03-08 10:22:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-08 10:22:21 +0000 |
commit | 6a074ff8c46cf1929121c6e0206f37efa2e83779 (patch) | |
tree | 26ea77e8661a6d694b2e5634815ad52dc7064690 /net | |
parent | 7d747342b9faef1c4bde55c1c23c7f2288a6e50b (diff) | |
download | pkgsrc-6a074ff8c46cf1929121c6e0206f37efa2e83779.tar.gz |
Remove trailing . in COMMENT.
Diffstat (limited to 'net')
-rw-r--r-- | net/adns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile index 86313d95103..b1d0e9b6aea 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:18:31 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/08 10:22:21 wiz Exp $ # DISTNAME= adns-1.0 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/ MAINTAINER= lukem@netbsd.org HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/ -COMMENT= Asynchronous-capable DNS client library and utilities. +COMMENT= Asynchronous-capable DNS client library and utilities GNU_CONFIGURE= YES USE_GMAKE= YES |