summaryrefslogtreecommitdiff
path: root/net/netcat
diff options
context:
space:
mode:
authorcjep <cjep>2003-04-07 10:19:46 +0000
committercjep <cjep>2003-04-07 10:19:46 +0000
commit91052df77861047f97c8faa59904d617d0ec315a (patch)
tree7438f4eade99d1ad0999381dff704e51209fb784 /net/netcat
parentea1ca9c9a413e43aa8985ab1aa0ed63be9f94565 (diff)
downloadpkgsrc-91052df77861047f97c8faa59904d617d0ec315a.tar.gz
Use LOWER_OPSYS as the make target. This works for netbsd and solaris;
hopefully for others too. Addresses PR#21045.
Diffstat (limited to 'net/netcat')
-rw-r--r--net/netcat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile
index 3574523e466..8a0b77ed95b 100644
--- a/net/netcat/Makefile
+++ b/net/netcat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/10/08 14:29:36 abs Exp $
+# $NetBSD: Makefile,v 1.9 2003/04/07 10:19:46 cjep Exp $
DISTNAME= nc110
PKGNAME= netcat-1.10
@@ -18,7 +18,7 @@ HOMEPAGE= http://www.avian.org/web1/hak/netcat.html
COMMENT= Read and write data across network connections
MAKE_ENV+= DFLAGS="-DGAPING_SECURITY_HOLE -DTELNET"
-ALL_TARGET= netbsd
+ALL_TARGET= ${LOWER_OPSYS}
EXTRA_PROGS= data rservice xor
EXAMPLE_DIR= share/examples/nc