No need to define HAS_CONFIGURE if GNU_CONFIGURE is defined.

This commit is contained in:
Satoshi Asami 1998-07-05 13:09:46 +00:00
parent e70512b5f3
commit 5ec9ecabb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11739
2 changed files with 2 additions and 4 deletions

View file

@ -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>

View file

@ -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>