Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 22:39:27 +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: r320507 - head/ports-mgmt/pkg-devel
Message-ID:  <201306102239.r5AMdRDf059460@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jun 10 22:39:27 2013
New Revision: 320507
URL: http://svnweb.freebsd.org/changeset/ports/320507

Log:
  Fix LATEST_LINK without pkgng

Modified:
  head/ports-mgmt/pkg-devel/Makefile

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Mon Jun 10 22:04:00 2013	(r320506)
+++ head/ports-mgmt/pkg-devel/Makefile	Mon Jun 10 22:39:27 2013	(r320507)
@@ -76,7 +76,6 @@ NB_OLDPKGS!=	pkg_info 2>/dev/null | wc -
 .if exists(${PKG_BIN})
 NB_NEWPKGS!=	${PKG_INFO} -aq | wc -l
 .else
-LATEST_LINK=	pkg-devel
 NB_NEWPKGS=	0
 .endif
 # Only show the pre-everything notice if they have not already
@@ -102,6 +101,8 @@ pre-everything::
 
 .endif
 .endif
+.else
+LATEST_LINK=	pkg-devel
 .endif
 
 #define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :)



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