Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145938089
D44156.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
827 B
Referenced Files
None
Subscribers
None
D44156.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D44156: Mk/Scripts: Add qa warning while installing man pages is ${PREFIX}/man
Attached
Detach File
Event Timeline
Log In to Comment