summaryrefslogtreecommitdiff
path: root/shells/rssh/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /shells/rssh/Makefile
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'shells/rssh/Makefile')
-rw-r--r--shells/rssh/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile
index cf8948a9838..66c3343fadc 100644
--- a/shells/rssh/Makefile
+++ b/shells/rssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/09/28 21:02:27 seb Exp $
+# $NetBSD: Makefile,v 1.5 2005/12/05 23:55:18 rillig Exp $
#
DISTNAME= rssh-2.2.3
@@ -13,7 +13,7 @@ COMMENT= Restricted shell allowing only scp and/or sftp
GNU_CONFIGURE= yes
USE_PKGINSTALL= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
.if !exists(/usr/include/wordexp.h)
PKG_SKIP_REASON+= "${PKGNAME} requires wordexp(3)"
@@ -33,19 +33,19 @@ BUILD_DEFS+= RSSH_RDIST_PATH
BUILD_DEFS+= RSSH_RSYNC_PATH
.if defined(RSSH_SCP_PATH) && !empty(RSSH_SCP_PATH)
-CONFIGURE_ARGS+= --with-scp=${RSSH_SCP_PATH}
+CONFIGURE_ARGS+= --with-scp=${RSSH_SCP_PATH:Q}
.endif
.if defined(RSSH_SFTP_SERVER_PATH) && !empty(RSSH_SFTP_SERVER_PATH)
-CONFIGURE_ARGS+= --with-sftp-server=${RSSH_SFTP_SERVER_PATH}
+CONFIGURE_ARGS+= --with-sftp-server=${RSSH_SFTP_SERVER_PATH:Q}
.endif
.if defined(RSSH_CVS_PATH) && !empty(RSSH_CVS_PATH)
-CONFIGURE_ARGS+= --with-cvs=${RSSH_CVS_PATH}
+CONFIGURE_ARGS+= --with-cvs=${RSSH_CVS_PATH:Q}
.endif
.if defined(RSSH_RDIST_PATH) && !empty(RSSH_RDIST_PATH)
-CONFIGURE_ARGS+= --with-rdist=${RSSH_RDIST_PATH}
+CONFIGURE_ARGS+= --with-rdist=${RSSH_RDIST_PATH:Q}
.endif
.if defined(RSSH_RSYNC_PATH) && !empty(RSSH_RSYNC_PATH)
-CONFIGURE_ARGS+= --with-rsync=${RSSH_RSYNC_PATH}
+CONFIGURE_ARGS+= --with-rsync=${RSSH_RSYNC_PATH:Q}
.endif
post-install: