strip -> ${STRIP}

This commit is contained in:
brad 1999-09-07 01:29:50 +00:00
parent b87988d6e9
commit 7c07be1b68

View File

@ -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 <bsd.port.mk>