pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/quickjs



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan 26 19:08:41 UTC 2020

Modified Files:
        pkgsrc/lang/quickjs: Makefile

Log Message:
Fix a pkglint NOTE (spaces around plist var assignment).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/quickjs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/quickjs/Makefile
diff -u pkgsrc/lang/quickjs/Makefile:1.3 pkgsrc/lang/quickjs/Makefile:1.4
--- pkgsrc/lang/quickjs/Makefile:1.3    Sun Jan 26 19:04:43 2020
+++ pkgsrc/lang/quickjs/Makefile        Sun Jan 26 19:08:41 2020
@@ -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 @@ PLIST_VARS+=        bignum
 .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