pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/netcat Make this build on IRIX, Georg Schwarz PR p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5198eb315c13
branches:  trunk
changeset: 482350:5198eb315c13
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Oct 26 04:47:05 2004 +0000

description:
Make this build on IRIX, Georg Schwarz PR pkg/27428.

diffstat:

 net/netcat/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 993eb7c76527 -r 5198eb315c13 net/netcat/Makefile
--- a/net/netcat/Makefile       Tue Oct 26 04:43:33 2004 +0000
+++ b/net/netcat/Makefile       Tue Oct 26 04:47:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/10/21 23:55:12 tv Exp $
+# $NetBSD: Makefile,v 1.19 2004/10/26 04:47:05 xtraeme Exp $
 
 DISTNAME=      nc110
 PKGNAME=       netcat-1.10
@@ -25,6 +25,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 NC_TARGET.${OPSYS}?=   ${LOWER_OPSYS}
+NC_TARGET.IRIX=                irix
 NC_TARGET.Interix=     netbsd
 NC_TARGET.OpenBSD=     netbsd
 ALL_TARGET=            ${NC_TARGET.${OPSYS}}



Home | Main Index | Thread Index | Old Index