1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- If USES=uniquefiles is used without another .mk file incorporating it, the

post hooks might not be properly executed, causing a loss of functionality,
  especially moving individual files around

Phabric:		D559
Approved by:	portmgr (antoine@)
This commit is contained in:
Marcus von Appen 2014-08-07 16:57:00 +00:00
parent d119ca2450
commit 491b5ed179
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364309

View File

@ -89,6 +89,9 @@ UNIQUE_DEFAULT_LINKS?= no
UNIQUE_FIND_PREFIX_FILES?= # empty
UNIQUE_FIND_SUFFIX_FILES?= # empty
_USES_POST+= uniquefiles
.endif # _INCLUDE_USES_UNIQUEFILES_MK
.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_UNIQUEFILES_POST_MK)
_INCLUDE_USES_UNIQUEFILES_POST_MK= yes
@ -192,4 +195,3 @@ move-uniquefiles-plist:
fi
.endif # defined(_POSTMKINCLUDED)
.endif # _INCLUDE_USES_UNIQUEFILES_MK