pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/quickjs Fix a pkglint NOTE (spaces around plist v...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e83ab206271
branches: trunk
changeset: 410654:7e83ab206271
user: he <he%pkgsrc.org@localhost>
date: Sun Jan 26 19:08:41 2020 +0000
description:
Fix a pkglint NOTE (spaces around plist var assignment).
diffstat:
lang/quickjs/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r f14872fb6dc2 -r 7e83ab206271 lang/quickjs/Makefile
--- a/lang/quickjs/Makefile Sun Jan 26 19:05:27 2020 +0000
+++ b/lang/quickjs/Makefile Sun Jan 26 19:08:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/26 19:04:43 he Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/26 19:08:41 he Exp $
NAME= quickjs
DATE= 2020-01-19
@@ -24,10 +24,10 @@
.if ${OPSYS} == "NetBSD"
HAS_ATOMIC_64!= ${CC} -E files/netbsd-has-atomic64.c | tail -1
.if (${HAS_ATOMIC_64} == "YES")
-PLIST.bignum = yes
+PLIST.bignum=yes
.endif
.else # Not NetBSD
-PLIST.bignum = yes
+PLIST.bignum=yes
.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index