pkgsrc-WIP-changes archive

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

nnn: Quote flags/libs as suggested by pkglint



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Sun Dec 16 20:56:29 2018 +0100
Changeset:	be6b477e2c33fb97faa532eacfe9ca4e5e557516

Modified Files:
	nnn/Makefile

Log Message:
nnn: Quote flags/libs as suggested by pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=be6b477e2c33fb97faa532eacfe9ca4e5e557516

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

diffstat:
 nnn/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/nnn/Makefile b/nnn/Makefile
index 8db570cf28..d40e4ab366 100644
--- a/nnn/Makefile
+++ b/nnn/Makefile
@@ -15,8 +15,8 @@ USE_CURSES=	wide
 
 MAKE_ENV+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
 MAKE_ENV+=	CFLAGS_OPTIMIZATION=
-MAKE_ENV+=	CFLAGS_CURSES=${BUILDLINK_CFLAGS.curses}
-MAKE_ENV+=	LDLIBS_CURSES=${BUILDLINK_LDADD.curses}
+MAKE_ENV+=	CFLAGS_CURSES=${BUILDLINK_CFLAGS.curses:Q}
+MAKE_ENV+=	LDLIBS_CURSES=${BUILDLINK_LDADD.curses:Q}
 
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index