pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/netperf Use OPSYSVARS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c52ca918a3a1
branches:  trunk
changeset: 482356:c52ca918a3a1
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Oct 26 09:14:33 2004 +0000

description:
Use OPSYSVARS.

diffstat:

 net/netperf/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 88489af09efb -r c52ca918a3a1 net/netperf/Makefile
--- a/net/netperf/Makefile      Tue Oct 26 05:56:57 2004 +0000
+++ b/net/netperf/Makefile      Tue Oct 26 09:14:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/26 04:43:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/10/26 09:14:33 salo Exp $
 # KAME Id: Makefile,v 1.3 2000/01/21 12:34:29 itojun Exp
 #
 
@@ -28,9 +28,7 @@
 CFLAGS+=       -DDO_IPV6
 .endif
 
-.if ${OPSYS} == "IRIX"
-CFLAGS+=       -DIRIX
-.endif
+CFLAGS.IRIX+=  -DIRIX
 
 post-install:
        strip ${PREFIX}/netperf/netperf



Home | Main Index | Thread Index | Old Index