summaryrefslogtreecommitdiff
path: root/shells/rssh/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2012-11-28 13:54:53 +0000
committerwiz <wiz>2012-11-28 13:54:53 +0000
commit9dcffcef12bb9f84f15119a672c444fc5a361273 (patch)
treea7d3b6813abf420e98dfc6da41b28f1413e6a74e /shells/rssh/Makefile
parent016ed4d42dcbdef467155f57c8fb078356718ede (diff)
downloadpkgsrc-9dcffcef12bb9f84f15119a672c444fc5a361273.tar.gz
Update to 2.3.4; add comment to modified patch:
2.3.4 - Fixed several problems with argument validation - Added -Wall and cleaned up compiler output - Installing rssh.conf as rssh.conf.default
Diffstat (limited to 'shells/rssh/Makefile')
-rw-r--r--shells/rssh/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile
index 5db15689c86..184d96100b5 100644
--- a/shells/rssh/Makefile
+++ b/shells/rssh/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.14 2012/09/11 23:25:09 asau Exp $
+# $NetBSD: Makefile,v 1.15 2012/11/28 13:54:53 wiz Exp $
-DISTNAME= rssh-2.3.3
+DISTNAME= rssh-2.3.4
CATEGORIES= shells security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rssh/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pizzashack.org/rssh/
COMMENT= Restricted shell allowing only scp and/or sftp
+LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -45,6 +46,6 @@ CONFIGURE_ARGS+= --with-rsync=${RSSH_RSYNC_PATH:Q}
.endif
post-install:
- ${INSTALL_DATA} ${WRKSRC}/rssh.conf ${DESTDIR}${EGDIR}/rssh.conf
+ ${INSTALL_DATA} ${WRKSRC}/rssh.conf.default ${DESTDIR}${EGDIR}/rssh.conf
.include "../../mk/bsd.pkg.mk"