pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Indent properly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6f1c2a142fc
branches: trunk
changeset: 474308:b6f1c2a142fc
user: agc <agc%pkgsrc.org@localhost>
date: Tue Apr 27 14:00:16 2004 +0000
description:
Indent properly.
diffstat:
mk/bsd.pkg.install.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r 8604aaaa3c7e -r b6f1c2a142fc mk/bsd.pkg.install.mk
--- a/mk/bsd.pkg.install.mk Tue Apr 27 13:58:43 2004 +0000
+++ b/mk/bsd.pkg.install.mk Tue Apr 27 14:00:16 2004 +0000
@@ -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 @@
# 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)
Home |
Main Index |
Thread Index |
Old Index