diff options
author | cjep <cjep@pkgsrc.org> | 2003-03-16 14:22:06 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-03-16 14:22:06 +0000 |
commit | 0823dc6de2e0cd51216b1ab576c65d2d850638bb (patch) | |
tree | bf68600eee82d96ec05ab006042a2d23d1fb36db /net | |
parent | f8c26f9b7b41cfa6c07e3e30bc4a839c2e8c0c86 (diff) | |
download | pkgsrc-0823dc6de2e0cd51216b1ab576c65d2d850638bb.tar.gz |
Override config.sub. Fixes build on NetBSD/shark.
Diffstat (limited to 'net')
-rw-r--r-- | net/nbtscan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile index e9a9da98282..db02b29e9d1 100644 --- a/net/nbtscan/Makefile +++ b/net/nbtscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/30 16:55:43 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/16 14:22:06 cjep Exp $ # FreeBSD Id: ports/net/nbtscan/Makefile,v 1.2 2001/08/25 10:53:28 kris Exp DISTNAME= nbtscan-1.0.3 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.inetcat.org/software/nbtscan.html COMMENT= NetBIOS name network scanner GNU_CONFIGURE= yes +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub ALL_TARGET= nbtscan |