pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/netcat Set BUILD_TARGET for Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff69b917dc09
branches:  trunk
changeset: 499063:ff69b917dc09
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Sep 08 17:40:30 2005 +0000

description:
Set BUILD_TARGET for Darwin.

diffstat:

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

diffs (17 lines):

diff -r 07c09886f14f -r ff69b917dc09 net/netcat/Makefile
--- a/net/netcat/Makefile       Thu Sep 08 17:20:17 2005 +0000
+++ b/net/netcat/Makefile       Thu Sep 08 17:40:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/04/11 21:46:52 tv Exp $
+# $NetBSD: Makefile,v 1.26 2005/09/08 17:40:30 minskim Exp $
 
 DISTNAME=      nc110
 PKGNAME=       netcat-1.10
@@ -27,6 +27,7 @@
 NC_TARGET.Interix=     netbsd
 NC_TARGET.OpenBSD=     netbsd
 NC_TARGET.DragonFly=   freebsd
+NC_TARGET.Darwin=      generic
 BUILD_TARGET=          ${NC_TARGET.${OPSYS}}
 
 EXTRA_PROGS=   data rservice xor



Home | Main Index | Thread Index | Old Index