svn commit: r331944 - head/Mk/Uses
Rene Ladan
rene at FreeBSD.org
Tue Oct 29 13:14:42 UTC 2013
Author: rene
Date: Tue Oct 29 13:14:41 2013
New Revision: 331944
URL: http://svnweb.freebsd.org/changeset/ports/331944
Log:
Properly guard against multiple inclusion.
Approved by: bapt
Modified:
head/Mk/Uses/uidfix.mk
Modified: head/Mk/Uses/uidfix.mk
==============================================================================
--- head/Mk/Uses/uidfix.mk Tue Oct 29 12:52:07 2013 (r331943)
+++ head/Mk/Uses/uidfix.mk Tue Oct 29 13:14:41 2013 (r331944)
@@ -9,6 +9,7 @@
# Valid ARGS: none
#
.if !defined(_INCLUDE_USES_UIDFIX_MK)
+_INCLUDE_USES_UIDFIX_MK= yes
.if ${UID} != 0
MAKE_ENV+= BINOWN=${UID} SHAREOWN=${UID} CONFOWN=${UID}
BINOWN= ${UID}
More information about the svn-ports-head
mailing list