1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Add a comment to clean-restricted. This code has confused me every time

I've looked.

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2014-08-21 18:08:00 +00:00
parent b154a5521f
commit 4fdfafda5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365574

View File

@ -547,6 +547,8 @@ RESTRICTED_FILES= ${_PATCHFILES} ${_DISTFILES}
.endif
.if defined(_LICENSE_RESTRICTED)
# _LICENSE_RESTRICTED contains 'delete-distfiles' and 'delete-package' if
# needed with RESTRICTED_FILES filled from above.
clean-restricted: ${_LICENSE_RESTRICTED}
clean-restricted-list: ${_LICENSE_RESTRICTED:C/$/-list/}
.else