diff options
Diffstat (limited to 'shells/rssh/Makefile')
-rw-r--r-- | shells/rssh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile index 9846a864702..5db15689c86 100644 --- a/shells/rssh/Makefile +++ b/shells/rssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/05/31 11:08:09 obache Exp $ +# $NetBSD: Makefile,v 1.14 2012/09/11 23:25:09 asau Exp $ DISTNAME= rssh-2.3.3 CATEGORIES= shells security @@ -8,8 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pizzashack.org/rssh/ COMMENT= Restricted shell allowing only scp and/or sftp -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |