Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150930555
D43392.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
984 B
Referenced Files
None
Subscribers
None
D43392.id.diff
View Options
diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@
All ports committers are allowed to commit to this file.
+20230111:
+AUTHOR: bapt@FreeBSD.org
+
+ MAN[1-8LN]PREFIX variable has been removed from the framework, use PREFIX
+ directly.
+
20230929:
AUTHOR: sunpoet@FreeBSD.org
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -503,10 +503,6 @@
#
# MANPREFIX - The directory prefix for manual pages.
# Default: ${PREFIX}
-# MAN<sect>PREFIX
-# - If manual pages of some sections install in different
-# locations than others, use these.
-# Default: ${MANPREFIX}
#
# Set the following to specify all .info files your port installs.
#
@@ -2753,11 +2749,6 @@
. endif
MANDIRS+= ${MANPREFIX}/man
-. for sect in 1 2 3 4 5 6 7 8 9
-MAN${sect}PREFIX?= ${MANPREFIX}
-. endfor
-MANLPREFIX?= ${MANPREFIX}
-MANNPREFIX?= ${MANPREFIX}
INFO_PATH?= share/info
. if defined(INFO)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 12:48 AM (2 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30926158
Default Alt Text
D43392.id.diff (984 B)
Attached To
Mode
D43392: MAN?PREFIX: undefine those variables
Attached
Detach File
Event Timeline
Log In to Comment