diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-05 13:09:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-05 13:09:46 +0000 |
commit | 5ec9ecabb60db89546d4f070df928cf682f00176 (patch) | |
tree | 1bea552f36cacfd8e65bafb8700dd4b9d2497bc0 /net/hesiod | |
parent | e70512b5f3fbea38d036df091469f2dd2301df7e (diff) | |
download | ports-5ec9ecabb60db89546d4f070df928cf682f00176.tar.gz ports-5ec9ecabb60db89546d4f070df928cf682f00176.zip |
Notes
Diffstat (limited to 'net/hesiod')
-rw-r--r-- | net/hesiod/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile index 16d38765a0b8..1811cdec3a57 100644 --- a/net/hesiod/Makefile +++ b/net/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> |