Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 13:11:36 +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: r368451 - head/Mk
Message-ID:  <201409181311.s8IDBae8028599@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 18 13:11:36 2014
New Revision: 368451
URL: http://svnweb.freebsd.org/changeset/ports/368451
QAT: https://qat.redports.org/buildarchive/r368451/

Log:
  Fix WITH_PKGNG=devel backward compatibility

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Sep 18 13:10:52 2014	(r368450)
+++ head/Mk/bsd.port.mk	Thu Sep 18 13:11:36 2014	(r368451)
@@ -1529,6 +1529,12 @@ CD_MOUNTPTS?=	/cdrom ${CD_MOUNTPT}
 WWWOWN?=	www
 WWWGRP?=	www
 
+# Keep PKGNG_ORIGIN/WITH_PKGNG for compat with scripts which are looking for it
+PKG_ORIGIN?=	ports-mgmt/pkg
+PKGNG_ORIGIN=	${PKG_ORIGIN}
+WITH_PKGNG?=	yes
+WITH_PKG?=	${WITH_PKGNG}
+
 .endif
 # End of pre-makefile section.
 
@@ -1663,12 +1669,6 @@ LIB32DIR=	lib
 .endif
 PLIST_SUB+=	LIB32DIR=${LIB32DIR}
 
-# Keep PKGNG_ORIGIN/WITH_PKGNG for compat with scripts which are looking for it
-PKG_ORIGIN?=	ports-mgmt/pkg
-PKGNG_ORIGIN=	${PKG_ORIGIN}
-WITH_PKGNG?=	yes
-WITH_PKG?=	${WITH_PKGNG}
-
 .if ${WITH_PKG} == devel
 PKG_ORIGIN=		ports-mgmt/pkg-devel
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181311.s8IDBae8028599>