pkgsrc-WIP-changes archive

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

ocaml: add PRINT_PLIST_AWK



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Tue Aug 18 00:01:35 2026 +0900
Changeset:	703c18af7a5cfcfa0a64f2bb89680efca90a16bb

Modified Files:
	ocaml/Makefile

Log Message:
ocaml: add PRINT_PLIST_AWK

tested on NetBSD/amd64(x86_64--netbsd) and NetBSD/evbarm64(aarch64--netbsd)

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

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

diffstat:
 ocaml/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/ocaml/Makefile b/ocaml/Makefile
index ce0ff12c1b..b0a9061fe5 100644
--- a/ocaml/Makefile
+++ b/ocaml/Makefile
@@ -89,6 +89,8 @@ post-install: fix-man-extension
 fix-man-extension:
 	cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 && for i in *.3o; do mv $$i $${i%%o}; done
 
+PRINT_PLIST_AWK+=	{gsub(/${MACHINE_GNU_PLATFORM}/, "$${MACHINE_GNU_PLATFORM}");}
+
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/termcap.buildlink3.mk"


Home | Main Index | Thread Index | Old Index