From 0f437a80b9abfc9266fdfd1f63fa57411e7f402b Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 8 Mar 2001 10:22:21 +0000 Subject: [PATCH] Remove trailing . in COMMENT. --- net/adns/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/adns/Makefile b/net/adns/Makefile index 86313d951033..b1d0e9b6aea0 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