svn commit: r322235 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 3 16:00:07 UTC 2013


Author: bapt
Date: Wed Jul  3 16:00:05 2013
New Revision: 322235
URL: http://svnweb.freebsd.org/changeset/ports/322235

Log:
  Better attempt to comment r322214 and fix typos.
  Base on suggestions and typo fixes by: pluknet@ and sunpoet@

Modified:
  head/Mk/bsd.pkgng.mk

Modified: head/Mk/bsd.pkgng.mk
==============================================================================
--- head/Mk/bsd.pkgng.mk	Wed Jul  3 15:44:15 2013	(r322234)
+++ head/Mk/bsd.pkgng.mk	Wed Jul  3 16:00:05 2013	(r322235)
@@ -36,7 +36,7 @@ ACTUAL-PACKAGE-DEPENDS?= \
 		${PKG_QUERY} "%dn: {origin: %do, version: \"%dv\"}" " " ${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,:C,${PORTSDIR}/,,} 2>/dev/null || : ; \
 	fi
 
-# Redifine pkg2ng calls durectly bsd.pkgng.mk and needs it
+# Redefine. pkg2ng calls directly 'make -f bsd.pkgng.mk' which needs UID to be defined
 
 .if !defined(UID)
 UID!=	${ID} -u


More information about the svn-ports-all mailing list