Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131798848
D8171.id21133.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
589 B
Referenced Files
None
Subscribers
None
D8171.id21133.diff
View Options
Index: Mk/bsd.licenses.mk
===================================================================
--- Mk/bsd.licenses.mk
+++ Mk/bsd.licenses.mk
@@ -313,7 +313,9 @@
# Check for LICENSE_FILE or at least LICENSE_TEXT (which simulates it)
. if !defined(LICENSE_FILE_${lic})
. if !defined(LICENSE_TEXT_${lic})
-. if exists(${_LICENSE_STORE}/${lic})
+. if defined(LICENSE_FILE)
+_LICENSE_FILE_${lic} = ${_LICENSE_FILE}
+. elif exists(${_LICENSE_STORE}/${lic})
_LICENSE_FILE_${lic} = ${_LICENSE_STORE}/${lic}
. else
# No license file in /usr/ports/Templates/Licenses
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 12, 6:23 AM (18 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23612244
Default Alt Text
D8171.id21133.diff (589 B)
Attached To
Mode
D8171: Allow using LICENSE_FILE when a port has multiple licenses all in one file.
Attached
Detach File
Event Timeline
Log In to Comment