diff options
author | rillig <rillig@pkgsrc.org> | 2007-07-19 11:10:03 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-07-19 11:10:03 +0000 |
commit | 4dab86dbd3d50c8247d18a7d827d7fa74f93ec21 (patch) | |
tree | c6ad4439426142c3b59915303cc979d996e60ae7 /net/netcat | |
parent | b98a4701da3c256664ef9f21ffb674f811c31819 (diff) | |
download | pkgsrc-4dab86dbd3d50c8247d18a7d827d7fa74f93ec21.tar.gz |
Explained why netcat is installed in sbin/ and netcat6 in bin/.
Diffstat (limited to 'net/netcat')
-rw-r--r-- | net/netcat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |