Date: Wed, 3 Jul 2013 16:00:06 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322235 - head/Mk Message-ID: <201307031600.r63G06Nj022656@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307031600.r63G06Nj022656>