diff options
author | dholland <dholland@pkgsrc.org> | 2008-08-17 05:32:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-08-17 05:32:12 +0000 |
commit | 856e61620a4d7c90a88eefba1e62748dc5c985d6 (patch) | |
tree | f6cb203b34bbf92feed365c0c71971bf4e007f32 /security/lsh | |
parent | 7b42649a55628dde8b3894cc5c6c0129100c8e49 (diff) | |
download | pkgsrc-856e61620a4d7c90a88eefba1e62748dc5c985d6.tar.gz |
This installs a bash script. Handle it properly.
PKGREVISION++
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 049d55475d5..807748a5da8 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -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 @@ HOMEPAGE= http://www.lysator.liu.se/~nisse/lsh/ 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 |