diff options
author | agc <agc@pkgsrc.org> | 2004-04-27 14:00:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-04-27 14:00:16 +0000 |
commit | c06e4766387543dcfbfd2699282630bb257e1949 (patch) | |
tree | 866f0745edaa5e9a4d2aa7bf0f6d196041ecbdb0 /mk | |
parent | de3908e2d2b84db566adb6e2de58535142df2bc0 (diff) | |
download | pkgsrc-c06e4766387543dcfbfd2699282630bb257e1949.tar.gz |
Indent properly.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.install.mk | 10 |
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) |