pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkglint



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Nov 11 20:55:23 UTC 2018

Modified Files:
        pkgsrc/pkgtools/pkglint: Makefile

Log Message:
pkgtools/pkglint: make goyacc accessible to the build


To generate a diff of this commit:
cvs rdiff -u -r1.557 -r1.558 pkgsrc/pkgtools/pkglint/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/pkglint/Makefile
diff -u pkgsrc/pkgtools/pkglint/Makefile:1.557 pkgsrc/pkgtools/pkglint/Makefile:1.558
--- pkgsrc/pkgtools/pkglint/Makefile:1.557      Sat Nov 10 11:45:29 2018
+++ pkgsrc/pkgtools/pkglint/Makefile    Sun Nov 11 20:55:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.557 2018/11/10 11:45:29 rillig Exp $
+# $NetBSD: Makefile,v 1.558 2018/11/11 20:55:23 rillig Exp $
 
 PKGNAME=       pkglint-5.6.6
 CATEGORIES=    pkgtools
@@ -32,6 +32,8 @@ EXTRACT_PAX_ARGS=     ${"${PKGSRC_RUN_TEST:M
 WRKSRC.tools=          ${WRKSRC}/golang.org/x/tools
 WRKSRC.pkglint=                ${WRKSRC}/netbsd.org/pkglint
 
+PREPEND_PATH+=         ${WRKDIR}/bin   # for goyacc
+
 post-extract:
        ${RUN} ${MKDIR} ${WRKSRC.pkglint}
        ${RUN} cd ${FILESDIR} && ${PAX} -rw ${EXTRACT_PAX_ARGS} . ${WRKSRC.pkglint}



Home | Main Index | Thread Index | Old Index