mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Only set latest link when build WITHOUT_PKGNG
This commit is contained in:
parent
8c759ee845
commit
d700c30ad7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319837
@ -11,8 +11,6 @@ MASTER_SITES= http://files.etoilebsd.net/pkg/ \
|
||||
MAINTAINER= portmgr@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 -l
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user