pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/fish4



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Nov  2 19:01:16 UTC 2025

Modified Files:
        pkgsrc/shells/fish4: Makefile

Log Message:
fish4: fix path in vendor patches


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/fish4/Makefile

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

Modified files:

Index: pkgsrc/shells/fish4/Makefile
diff -u pkgsrc/shells/fish4/Makefile:1.2 pkgsrc/shells/fish4/Makefile:1.3
--- pkgsrc/shells/fish4/Makefile:1.2    Sun Nov  2 18:45:24 2025
+++ pkgsrc/shells/fish4/Makefile        Sun Nov  2 19:01:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/11/02 18:45:24 vins Exp $
+# $NetBSD: Makefile,v 1.3 2025/11/02 19:01:16 vins Exp $
 
 DISTNAME=      fish-4.1.2
 CATEGORIES=    shells
@@ -51,7 +51,7 @@ TEST_TARGET=          fish_run_tests
 post-patch:
        @${STEP_MSG} "Patching vendor crates"
 .for i in ${VENDORPATCH}
-       @${STEP_MSG} "Applying pkgsrc patch ${FILESDIR}/${i}"
+       @${STEP_MSG} "Applying pkgsrc patch ${PATCHDIR}/vendor/${i}"
        ${RUN}${CP} ${PATCHDIR}/vendor/${i} ${VENDORSRC}
        ${RUN}cd ${VENDORSRC} && \
                ${PATCH} -b -p0 < ${VENDORSRC}/${i}



Home | Main Index | Thread Index | Old Index