pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/boost



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Thu Jan  9 09:25:14 UTC 2025

Modified Files:
        pkgsrc/meta-pkgs/boost: Makefile.common

Log Message:
meta-pkgs/boost: One more pax -> ${PAX} spot.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/meta-pkgs/boost/Makefile.common

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

Modified files:

Index: pkgsrc/meta-pkgs/boost/Makefile.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.109 pkgsrc/meta-pkgs/boost/Makefile.common:1.110
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.109        Thu Jan  9 07:52:24 2025
+++ pkgsrc/meta-pkgs/boost/Makefile.common      Thu Jan  9 09:25:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.109 2025/01/09 07:52:24 wiz Exp $
+# $NetBSD: Makefile.common,v 1.110 2025/01/09 09:25:14 riastradh Exp $
 #
 # used by devel/boost-build/Makefile
 # used by devel/boost-docs/Makefile
@@ -101,6 +101,6 @@ boost-install-cmake:
        @${STEP_MSG} Installing boost cmake files
        ${RUN}cd ${WRKSRC}/stage/lib && \
        ${FIND} cmake -type f -name '*.cmake' \
-       | pax -rw -p p ${DESTDIR}${PREFIX}/lib
+       | ${PAX} -rw -p p ${DESTDIR}${PREFIX}/lib
 
 .endif # ${BOOST_PACKAGE} == "meta-pkg"



Home | Main Index | Thread Index | Old Index