diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-26 22:05:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-26 22:05:56 +0000 |
commit | 16a2d270366abd201a54d80e63ff69cabc355bfb (patch) | |
tree | 63a334b09b36904aa5f6ffef4fe25889a6f7ab32 /security/zenmap/Makefile | |
parent | 270a2f6617138010f8cd1abdcb8d374fab4ebba4 (diff) | |
download | ports-16a2d270366abd201a54d80e63ff69cabc355bfb.tar.gz ports-16a2d270366abd201a54d80e63ff69cabc355bfb.zip |
Notes
Diffstat (limited to 'security/zenmap/Makefile')
-rw-r--r-- | security/zenmap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index ed28af88a57d..66305370b3cb 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.5 1998/12/15 11:18:30 obrien Exp $ +# $Id: Makefile,v 1.6 1998/12/17 13:26:17 obrien Exp $ # DISTNAME= nmap-2.01 @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org +.include <bsd.port.pre.mk> + GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc OSVERSION!= sysctl -n kern.osreldate @@ -29,4 +31,4 @@ post-extract: post-install: @strip ${PREFIX}/bin/nmap -.include <bsd.port.mk> +.include <bsd.port.post.mk> |