diff options
-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} |