aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1999-04-08 03:00:04 +0800
committerfenner <fenner@FreeBSD.org>1999-04-08 03:00:04 +0800
commit07aedcc3633c664ae47d27e2b0ec4db752ae9df5 (patch)
tree87eb9585d813b4140046d627e64fc45f481c9755
parent3f64c2ea54ca253d82980302ec3ff6c29bfb006b (diff)
downloadfreebsd-ports-gnome-07aedcc3633c664ae47d27e2b0ec4db752ae9df5.tar.gz
freebsd-ports-gnome-07aedcc3633c664ae47d27e2b0ec4db752ae9df5.tar.zst
freebsd-ports-gnome-07aedcc3633c664ae47d27e2b0ec4db752ae9df5.zip
Don't set OSVERSION; bsd.port.pre.mk already did.
Found by: building ports with sysctl not in my path
-rw-r--r--security/nmap/Makefile3
-rw-r--r--security/nmapfe/Makefile3
-rw-r--r--security/zenmap/Makefile3
3 files changed, 3 insertions, 6 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 93a1cbbcbaad..7f8c03585263 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.15 1999/04/03 09:32:23 obrien Exp $
+# $Id: Makefile,v 1.16 1999/04/04 22:54:44 obrien Exp $
#
DISTNAME= nmap-2.12
@@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
-OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} < 300004
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
.endif
diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile
index 93a1cbbcbaad..7f8c03585263 100644
--- a/security/nmapfe/Makefile
+++ b/security/nmapfe/Makefile
@@ -4,7 +4,7 @@
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.15 1999/04/03 09:32:23 obrien Exp $
+# $Id: Makefile,v 1.16 1999/04/04 22:54:44 obrien Exp $
#
DISTNAME= nmap-2.12
@@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
-OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} < 300004
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
.endif
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile
index 93a1cbbcbaad..7f8c03585263 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.15 1999/04/03 09:32:23 obrien Exp $
+# $Id: Makefile,v 1.16 1999/04/04 22:54:44 obrien Exp $
#
DISTNAME= nmap-2.12
@@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
-OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} < 300004
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
.endif