pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/netcat Explained why netcat is installed in sbin/ ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44e36507ba2d
branches:  trunk
changeset: 531067:44e36507ba2d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jul 19 11:10:03 2007 +0000

description:
Explained why netcat is installed in sbin/ and netcat6 in bin/.

diffstat:

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

diffs (18 lines):

diff -r 5eda40c88519 -r 44e36507ba2d net/netcat/Makefile
--- a/net/netcat/Makefile       Thu Jul 19 10:01:10 2007 +0000
+++ b/net/netcat/Makefile       Thu Jul 19 11:10:03 2007 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index