svn commit: r319837 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 4 09:18:59 UTC 2013
Author: bapt
Date: Tue Jun 4 09:18:58 2013
New Revision: 319837
URL: http://svnweb.freebsd.org/changeset/ports/319837
Log:
Only set latest link when build WITHOUT_PKGNG
Modified:
head/ports-mgmt/pkg-devel/Makefile
Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile Tue Jun 4 08:45:42 2013 (r319836)
+++ head/ports-mgmt/pkg-devel/Makefile Tue Jun 4 09:18:58 2013 (r319837)
@@ -11,8 +11,6 @@ MASTER_SITES= http://files.etoilebsd.net
MAINTAINER= portmgr at FreeBSD.org
COMMENT= New generation package manager
-LATEST_LINK= pkg-devel
-
LICENSE= BSD
USE_XZ= yes
@@ -77,6 +75,7 @@ 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
More information about the svn-ports-head
mailing list