pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/lsh This installs a bash script. Handle it pr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92f90b54a6de
branches:  trunk
changeset: 545897:92f90b54a6de
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Aug 17 05:32:12 2008 +0000

description:
This installs a bash script. Handle it properly.
PKGREVISION++

diffstat:

 security/lsh/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 6f8c6d83629f -r 92f90b54a6de security/lsh/Makefile
--- a/security/lsh/Makefile     Sun Aug 17 05:10:59 2008 +0000
+++ b/security/lsh/Makefile     Sun Aug 17 05:32:12 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2007/04/01 21:26:48 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2008/08/17 05:32:12 dholland Exp $
 #
 
 DISTNAME=              lsh-2.0.2
+PKGREVISION=           1
 CATEGORIES=            security
 MASTER_SITES=          http://www.lysator.liu.se/~nisse/archive/
 
@@ -10,7 +11,8 @@
 COMMENT=               SSH2 client/server
 
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake gm4
+USE_TOOLS+=            gmake gm4 bash:run
+REPLACE_BASH+=         src/lcp
 CONFIGURE_ARGS+=       --disable-openssl --disable-pam
 INFO_FILES=            yes
 



Home | Main Index | Thread Index | Old Index