summaryrefslogtreecommitdiff
path: root/security/zenmap
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-26 22:05:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-26 22:05:56 +0000
commit16a2d270366abd201a54d80e63ff69cabc355bfb (patch)
tree63a334b09b36904aa5f6ffef4fe25889a6f7ab32 /security/zenmap
parentMake this work with WRKDIRPREFIX. (diff)
Need to include bsd.port.pre.mk before using ${OSVERSION}.
Notes
Notes: svn path=/head/; revision=15645
Diffstat (limited to 'security/zenmap')
-rw-r--r--security/zenmap/Makefile6
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>