summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:26:05 +0000
committerwiz <wiz>2007-02-22 19:26:05 +0000
commit0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /security/openssh
parent8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff)
downloadpkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile4
-rw-r--r--security/openssh/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index a9eef0f2193..f9e886490e5 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.176 2007/01/20 10:03:39 taca Exp $
+# $NetBSD: Makefile,v 1.177 2007/02/22 19:27:08 wiz Exp $
DISTNAME= openssh-4.5p1
PKGNAME= openssh-4.5.1
@@ -53,7 +53,7 @@ LIBS+= -lbind -ldb -lcrypt
.else # not Interix
-PKG_GROUPS= ${OPENSSH_GROUP}
+PKG_GROUPS= ${OPENSSH_GROUP}
PKG_USERS= ${OPENSSH_USER}:${OPENSSH_GROUP}
PKG_GECOS.${OPENSSH_USER}= sshd privsep pseudo-user
diff --git a/security/openssh/options.mk b/security/openssh/options.mk
index 4b06e08de53..2c6d283edf6 100644
--- a/security/openssh/options.mk
+++ b/security/openssh/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2007/01/20 10:03:39 taca Exp $
+# $NetBSD: options.mk,v 1.12 2007/02/22 19:27:08 wiz Exp $
.include "../../mk/bsd.prefs.mk"
@@ -13,7 +13,7 @@ PKG_SUPPORTED_OPTIONS+= pam
.if !empty(PKG_OPTIONS:Mkerberos)
. include "../../mk/krb5.buildlink3.mk"
-CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE:Q}
+CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE:Q}
.endif
.if !empty(PKG_OPTIONS:Mhpn-patch)