From 5c37dbc59718f7ad259f678d6865f04b7e642673 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 19 Jul 2007 11:10:03 +0000 Subject: Explained why netcat is installed in sbin/ and netcat6 in bin/. --- net/netcat/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/netcat/Makefile b/net/netcat/Makefile index 478ed162c1e..1bf92ecb730 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/05/20 15:38:33 heinz Exp $ +# $NetBSD: Makefile,v 1.31 2007/07/19 11:10:03 rillig Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 @@ -41,6 +41,8 @@ INSTALLATION_DIRS= ${PKGMANDIR}/man1 sbin post-build: @cd ${WRKSRC}/data && ${SETENV} ${MAKE_ENV} ${MAKE} ${EXTRA_PROGS} +# Note: the nc binary is installed into sbin to avoid a conflict with +# editors/nedit. do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nc ${DESTDIR:Q}${PREFIX:Q}/sbin .for i in ${EXTRA_PROGS} -- cgit v1.2.3