From a7c3d5f2ab7b02ca23fc9c09db4d507a28896a81 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 2 Nov 2019 22:54:25 +0000 Subject: archivers: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. --- archivers/xbin/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'archivers/xbin') diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index 9740579124f..ed18c6b02f5 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/10/09 14:05:55 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2019/11/02 22:54:28 rillig Exp $ DISTNAME= ${PRGNAME}unix PKGNAME= ${PRGNAME}-2.3 @@ -10,9 +10,9 @@ DISTFILES= ${DISTNAME}.c ${PRGNAME}.man MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Convert mailable BinHex format into binary -RESTRICTED= May not be sold without permission. -NO_SRC_ON_CDROM=${RESTRICTED} -NO_BIN_ON_CDROM=${RESTRICTED} +RESTRICTED= May not be sold without permission. +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR} @@ -23,9 +23,9 @@ EXTRACT_ONLY= # empty .if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" CFLAGS+= -DBSD -.if ${OPSYS} != "OpenBSD" +. if ${OPSYS} != "OpenBSD" LDFLAGS+= -lcompat -.endif +. endif .endif CFLAGS.Interix+= -DBSD CFLAGS.Darwin+= -DBSD -- cgit v1.2.3