diff options
author | asami <asami@FreeBSD.org> | 1998-12-27 06:05:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-27 06:05:56 +0800 |
commit | e6bb52abfaae3baf161e1c42b9381c4c86136dd7 (patch) | |
tree | 69bb91283fedd7cf6f8b510ff24c17422f7cd031 /security/nmap | |
parent | c2f567c13b0c943448648927655e118750b95b01 (diff) | |
download | freebsd-ports-gnome-e6bb52abfaae3baf161e1c42b9381c4c86136dd7.tar.gz freebsd-ports-gnome-e6bb52abfaae3baf161e1c42b9381c4c86136dd7.tar.zst freebsd-ports-gnome-e6bb52abfaae3baf161e1c42b9381c4c86136dd7.zip |
Need to include bsd.port.pre.mk before using ${OSVERSION}.
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index ed28af88a57d..66305370b3cb 100644 --- a/security/nmap/Makefile +++ b/security/nmap/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> |