Page MenuHomeFreeBSD

D44156.diff
No OneTemporary

D44156.diff

diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -1034,10 +1034,21 @@
fi
}
+prefixman() {
+ local manlist
+
+ manlist=$(find ${STAGEDIR}${PREFIX}/man -type f)
+ if [ -n "${manlist}" ]; then
+ warn "Installing man files in ${PREFIX}/man is no longer supported. Consider installing these files in ${PREFIX}/share/man instead."
+ ls -liTd ${manlist}
+ fi
+ return 0
+}
+
checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo"
checks="$checks suidfiles libtool libperl prefixvar baselibs terminfo"
checks="$checks proxydeps sonames perlcore no_arch gemdeps gemfiledeps flavors"
-checks="$checks license depends_blacklist pkgmessage reinplace"
+checks="$checks license depends_blacklist pkgmessage reinplace prefixman"
ret=0
cd ${STAGEDIR} || exit 1

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 27, 8:35 AM (2 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29022972
Default Alt Text
D44156.diff (827 B)

Event Timeline