summaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg-devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-22 14:53:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-22 14:53:39 +0000
commit5260470ce16d175d189aff69efd020cf5ed8c050 (patch)
tree68d933e918f3d011aee60d2762fd374a764b2c0f /ports-mgmt/pkg-devel
parentFix build on 32-bit systems by applying the upstream rev r195411. (diff)
in case WITH_PKGNG=devel, create pkg-devel latest link as pkg and name the package pkg to allow bulks using the devel version of pkg
Notes
Notes: svn path=/head/; revision=334595
Diffstat (limited to 'ports-mgmt/pkg-devel')
-rw-r--r--ports-mgmt/pkg-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index 2c4f22541532..2f84b3f5a2f5 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -39,6 +39,9 @@ NO_LATEST_LINK= yes
. if !defined(PACKAGE_BUILDING)
IGNORE= WITH_PKGNG is not defined to 'devel', this version is the devel one
. endif
+.else
+LATEST_LINK= pkg
+PKGNAMESUFFIX=
.endif
.if exists(${LOCALBASE}/sbin/pkg_info) || exists(/usr/sbin/pkg_info)
NB_OLDPKGS!= pkg_info 2>/dev/null | wc -l