1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Allow a slave port to work with this Makefile. To be used by nmapfe port.

This commit is contained in:
David E. O'Brien 2001-05-28 00:18:04 +00:00
parent 6b2aa0a1a9
commit 214b483026
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43170

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
PORTNAME= nmap
PORTNAME?= nmap
PORTVERSION= 2.54.b22
CATEGORIES= security
MASTER_SITES= http://www.insecure.org/nmap/dist/ \
@ -27,10 +27,9 @@ CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
.endif
MAN1= nmap.1
post-extract:
@${RM} -rf ${WRKSRC}/libpcap*
.if !target(post-install)
post-install:
@strip ${PREFIX}/bin/nmap
.endif
.include <bsd.port.post.mk>