pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ncursesw



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Aug 23 01:17:04 UTC 2019

Modified Files:
        pkgsrc/devel/ncursesw: builtin.mk

Log Message:
Mollify pkglint ($BUILDLINK_DIR is ambiguous): it's a Make variable.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ncursesw/builtin.mk

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

Modified files:

Index: pkgsrc/devel/ncursesw/builtin.mk
diff -u pkgsrc/devel/ncursesw/builtin.mk:1.14 pkgsrc/devel/ncursesw/builtin.mk:1.15
--- pkgsrc/devel/ncursesw/builtin.mk:1.14       Fri Aug 25 11:41:43 2017
+++ pkgsrc/devel/ncursesw/builtin.mk    Fri Aug 23 01:17:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.14 2017/08/25 11:41:43 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.15 2019/08/23 01:17:04 schmonz Exp $
 
 BUILTIN_PKG:=  ncursesw
 
@@ -127,7 +127,7 @@ buildlink-ncursesw-fake-libs:
        ${RUN}                                                          \
        for f in form panel menu; do                                    \
                ${ECHO_BUILDLINK_MSG} "Touching fake ncurses library ($$f)"; \
-               ${TOUCH} ${TOUCH_FLAGS} "$BUILDLINK_DIR/lib/lib$${f}w.a"; \
+               ${TOUCH} ${TOUCH_FLAGS} "${BUILDLINK_DIR}/lib/lib$${f}w.a"; \
        done
 BUILDLINK_TARGET+=     buildlink-ncursesw-fake-libs
 .  endif



Home | Main Index | Thread Index | Old Index