summaryrefslogtreecommitdiff
path: root/archivers/xbin
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:54:25 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:54:25 +0000
commita7c3d5f2ab7b02ca23fc9c09db4d507a28896a81 (patch)
tree9cce7130d767493e0f4605ea12b6dca9f1b74702 /archivers/xbin
parent2e8a5b794ca122b12ad4b375bd2cfd8f472f879a (diff)
downloadpkgsrc-a7c3d5f2ab7b02ca23fc9c09db4d507a28896a81.tar.gz
archivers: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'archivers/xbin')
-rw-r--r--archivers/xbin/Makefile12
1 files changed, 6 insertions, 6 deletions
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