diff options
author | hubertf <hubertf> | 1999-04-04 16:36:40 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-04-04 16:36:40 +0000 |
commit | 9375e71896d4ac34952f5e67803307dfb004a44a (patch) | |
tree | d3e0d325677fd53728836455d5567a95c22ae26a /net/nmap/Makefile | |
parent | 77a5d976ef068c39ba1f1dbbc808251cf18418b8 (diff) | |
download | pkgsrc-9375e71896d4ac34952f5e67803307dfb004a44a.tar.gz |
Fix for lame 1.3.3 install(1) which doesn't allow -c together with -d.
Pointed out in PR 7318 by Dave Burgess <burgess@cynjut.neonramp.com>
Diffstat (limited to 'net/nmap/Makefile')
-rw-r--r-- | net/nmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index a6d2a8a7dc7..7b632d8e41b 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/04/04 03:51:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1999/04/04 16:36:40 hubertf Exp $ # DISTNAME= nmap-2.11 @@ -10,5 +10,6 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.insecure.org/nmap/index.html GNU_CONFIGURE= YES +CONFIGURE_ENV+= INSTALL=${INSTALL} .include "../../mk/bsd.pkg.mk" |