svn commit: r320507 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jun 10 22:39:28 UTC 2013
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 :)
More information about the svn-ports-head
mailing list