diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-01-20 15:24:37 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-01-20 15:24:37 +0000 |
commit | 7415ef8e7f51aa7abc52f955059da588a22abb26 (patch) | |
tree | ffed0e4c554e809791830ff5c37ad7e67bddc26d /net/jwhois | |
parent | 51c40caa7b614b48eabecf98c48226147785f5bc (diff) | |
download | pkgsrc-7415ef8e7f51aa7abc52f955059da588a22abb26.tar.gz |
Don't define HAS_CONFIGURE and GNU_CONFIGURE at the same time.
This will place packages in /usr/local ...
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 9e0ed6acfe3..bdb260e4084 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/10/05 14:17:15 kim Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/20 15:24:37 hubertf Exp $ # DISTNAME= jwhois-2.1 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.coyote.org/jwhois/ USE_GTEXINFO= yes -HAS_CONFIGURE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=/etc |