pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
biolibc: Limit masking of man pages to mutator macros, not all macros
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sun Oct 17 19:51:12 2021 -0500
Changeset: 745386eeeb20c2f2f959b06d4b89e8ffa207793e
Modified Files:
biolibc/files/plist-mods.sh
Log Message:
biolibc: Limit masking of man pages to mutator macros, not all macros
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=745386eeeb20c2f2f959b06d4b89e8ffa207793e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
biolibc/files/plist-mods.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/biolibc/files/plist-mods.sh b/biolibc/files/plist-mods.sh
index 2e012e5900..7dc1e92ca1 100755
--- a/biolibc/files/plist-mods.sh
+++ b/biolibc/files/plist-mods.sh
@@ -1,4 +1,4 @@
#!/bin/sh -e
-# Plugin for local changes to PLIST folling make print-PLIST
-sed -i'' -e 's|^man/man3/BL_|${PLIST.cs}&|' PLIST.new
+# pkg-remake plugin for local changes to PLIST folling make print-PLIST
+sed -i'' -e 's|^man/man3/BL_.*_SET_|${PLIST.cs}&|' PLIST.new
Home |
Main Index |
Thread Index |
Old Index