aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-07-05 21:09:46 +0800
committerasami <asami@FreeBSD.org>1998-07-05 21:09:46 +0800
commit87f5454a0dfc52c2c561be7098446670ccb229e3 (patch)
treed0ef1d439b2f55eabaa19fc8d2935fb9eb5a4293 /dns
parentb844dd2a3eba23383fcfd26c48ff44ff86a24683 (diff)
downloadfreebsd-ports-gnome-87f5454a0dfc52c2c561be7098446670ccb229e3.tar.gz
freebsd-ports-gnome-87f5454a0dfc52c2c561be7098446670ccb229e3.tar.zst
freebsd-ports-gnome-87f5454a0dfc52c2c561be7098446670ccb229e3.zip
No need to define HAS_CONFIGURE if GNU_CONFIGURE is defined.
Diffstat (limited to 'dns')
-rw-r--r--dns/hesiod/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile
index 16d38765a0b8..1811cdec3a57 100644
--- a/dns/hesiod/Makefile
+++ b/dns/hesiod/Makefile
@@ -3,7 +3,7 @@
# Date created: 6/11/1998
# Whom: n@nectar.com
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/07/04 19:51:53 steve Exp $
#
DISTNAME= hesiod-3.0.2
@@ -21,7 +21,6 @@ MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \
hesiod_resolve.3 hesiod_to_bind.3
MAN5= hesiod.conf.5
-HAS_CONFIGURE= YES
GNU_CONFIGURE= YES
.include <bsd.port.mk>