diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 21:28:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 21:28:40 +0000 |
commit | 15bb5ef0c0e2649c11f1265cb3267780466dd29d (patch) | |
tree | cab40909c685a7f1bd42c69dca80873cfd7d89c7 /sysutils/libgtop/Makefile | |
parent | ef482b78e029548a99588f95eff363467deb3687 (diff) | |
download | pkgsrc-15bb5ef0c0e2649c11f1265cb3267780466dd29d.tar.gz |
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
Diffstat (limited to 'sysutils/libgtop/Makefile')
-rw-r--r-- | sysutils/libgtop/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sysutils/libgtop/Makefile b/sysutils/libgtop/Makefile index 14f918fed46..a10772985c1 100644 --- a/sysutils/libgtop/Makefile +++ b/sysutils/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2019/08/19 05:59:56 gutteridge Exp $ +# $NetBSD: Makefile,v 1.61 2019/11/04 21:28:47 rillig Exp $ DISTNAME= libgtop-2.28.4 PKGREVISION= 16 @@ -49,31 +49,31 @@ CPPFLAGS.NetBSD+= -D_KMEMUSER .include "../../mk/bsd.prefs.mk" INSTALL_MAKE_FLAGS+= libgtop_postinstall=true -PLIST_VARS+= server suid.h +PLIST_VARS+= server suid.h .if ${OPSYS} == "AIX" -PLIST.server= yes -PLIST.suid.h= yes -SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} system 2755 +PLIST.server= yes +PLIST.suid.h= yes +SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} system 2755 .elif ${OPSYS} == "DragonFly" || \ ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || \ ${OPSYS} == "OpenBSD" -PLIST.server= yes -PLIST.suid.h= yes -SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} kmem 2755 +PLIST.server= yes +PLIST.suid.h= yes +SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} kmem 2755 .elif ${OPSYS} == "Linux" -#PLIST.server= no -#PLIST.suid.h= no +#PLIST.server= no +#PLIST.suid.h= no .elif ${OPSYS} == "SunOS" -PLIST.server= yes -SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} sys 2755 +PLIST.server= yes +SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} sys 2755 .elif ${OPSYS} == "Darwin" -PLIST.server= yes +PLIST.server= yes .else -PLIST.server= yes -PLIST.suid.h= yes +PLIST.server= yes +PLIST.suid.h= yes .endif -PLIST_VARS+= glibtop_private.h +PLIST_VARS+= glibtop_private.h .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly" PLIST.glibtop_private.h= yes .endif |