summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.install.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-04-27 14:00:16 +0000
committeragc <agc@pkgsrc.org>2004-04-27 14:00:16 +0000
commitd56f4d205dd983dd5f60156051834aee00c2da52 (patch)
tree866f0745edaa5e9a4d2aa7bf0f6d196041ecbdb0 /mk/bsd.pkg.install.mk
parente0da2441c33e0ec1be4de185035e37accb9c86ba (diff)
downloadpkgsrc-d56f4d205dd983dd5f60156051834aee00c2da52.tar.gz
Indent properly.
Diffstat (limited to 'mk/bsd.pkg.install.mk')
-rw-r--r--mk/bsd.pkg.install.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/bsd.pkg.install.mk b/mk/bsd.pkg.install.mk
index addcea0d0ce..ec4ad2869f9 100644
--- a/mk/bsd.pkg.install.mk
+++ b/mk/bsd.pkg.install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.install.mk,v 1.58 2004/04/27 12:06:11 tv Exp $
+# $NetBSD: bsd.pkg.install.mk,v 1.59 2004/04/27 14:00:16 agc Exp $
#
# This Makefile fragment is included by bsd.pkg.mk to use the common
# INSTALL/DEINSTALL scripts. To use this Makefile fragment, simply:
@@ -110,11 +110,11 @@ FILES_SUBST+= PKG_GROUPS=${PKG_GROUPS:Q}
# compile without changing something.
#
.if !empty(OPSYS:MInterix)
-.for user in ${PKG_USERS}
-.if !defined(BROKEN) && !empty(PKG_GROUPS:M${user:C/:.*//})
+. for user in ${PKG_USERS}
+. if !defined(BROKEN) && !empty(PKG_GROUPS:M${user:C/:.*//})
BROKEN:= "User and group '${user:C/:.*//}' cannot have the same name on Interix"
-.endif
-.endfor
+. endif
+. endfor
.endif
.if !empty(PKG_USERS)