From 7c07be1b6811cbd5dd4024a59dca92e953910db2 Mon Sep 17 00:00:00 2001 From: brad Date: Tue, 7 Sep 1999 01:29:50 +0000 Subject: [PATCH] strip -> ${STRIP} --- net/nmap/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 7caa739caaf..df63cf56448 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1999/09/01 18:19:03 brad Exp $ +# $OpenBSD: Makefile,v 1.10 1999/09/07 01:29:50 brad Exp $ DISTNAME= nmap-2.3BETA4 PKGNAME= nmap-2.3b4 @@ -7,6 +7,8 @@ MASTER_SITES= http://www.insecure.org/nmap/dist/ \ ftp://relay.nuxi.com/pub/misc/ EXTRACT_SUFX= .tgz +NEED_VERSION= 1.114 + MAINTAINER= angelos@openbsd.org GNU_CONFIGURE= yes @@ -15,6 +17,6 @@ post-extract: @${RM} -rf ${WRKSRC}/libpcap* post-install: - @strip ${PREFIX}/bin/nmap + @${STRIP} ${PREFIX}/bin/nmap .include