diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-20 22:06:00 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-20 22:06:00 +0000 |
commit | b0a37b75557d213d89072ee007bf195497c2cff6 (patch) | |
tree | 1f8e682e2e9dc3db79774a208369d4880c680396 /security/zenmap | |
parent | 809f9c49b0108fc72582c5bb923bfc494fe2e038 (diff) | |
download | ports-b0a37b75557d213d89072ee007bf195497c2cff6.tar.gz ports-b0a37b75557d213d89072ee007bf195497c2cff6.zip |
Notes
Diffstat (limited to 'security/zenmap')
-rw-r--r-- | security/zenmap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index 8209fa7704a7..43ccfbf3492a 100644 --- a/security/zenmap/Makefile +++ b/security/zenmap/Makefile @@ -4,7 +4,7 @@ # Date created: Tue Aug 04, 1998 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $ +# $Id: Makefile,v 1.3 1998/08/18 14:31:31 ache Exp $ # DISTNAME= nmap-1.51 @@ -17,6 +17,9 @@ GNU_CONFIGURE= yes CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h> MAN1= nmap.1 +post-extract: + @${RM} -rf ${WRKSRC}/libpcap* + post-install: @strip ${PREFIX}/bin/nmap @${INSTALL_MAN} ${FILESDIR}/nmap.1 ${PREFIX}/man/man1 |