diff options
author | grant <grant> | 2004-02-14 00:54:44 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-14 00:54:44 +0000 |
commit | d6049c0347cc2c207072cbbae503df1a495e4120 (patch) | |
tree | 7b78cab28e7ca349de50d60d5ace808c46435287 /net/nbtscan | |
parent | 74235a9849fb45521896bc9993c46c03caad0e60 (diff) | |
download | pkgsrc-d6049c0347cc2c207072cbbae503df1a495e4120.tar.gz |
remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
Diffstat (limited to 'net/nbtscan')
-rw-r--r-- | net/nbtscan/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile index abef7e800fe..230eb2750f1 100644 --- a/net/nbtscan/Makefile +++ b/net/nbtscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:51:25 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/14 00:54:45 grant Exp $ # DISTNAME= nbtscan-1.5 @@ -10,7 +10,6 @@ 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 |