svn commit: r320508 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 10 22:40:06 UTC 2013


Author: bapt
Date: Mon Jun 10 22:40:06 2013
New Revision: 320508
URL: http://svnweb.freebsd.org/changeset/ports/320508

Log:
  Add NO_LATEST_LINK in case of pkg-devel being the default pkg

Modified:
  head/ports-mgmt/pkg/Makefile

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon Jun 10 22:39:27 2013	(r320507)
+++ head/ports-mgmt/pkg/Makefile	Mon Jun 10 22:40:06 2013	(r320508)
@@ -63,6 +63,7 @@ MLINKS=	pkg-delete.8 pkg-remove.8 \
 
 .if defined(WITH_PKGNG)
 .if ${WITH_PKGNG} == devel
+NO_LATEST_LINK=	yes
 IGNORE=	WITH_PKGNG is defined to 'devel', this version is the stable one
 .endif
 .if exists(${LOCALBASE}/sbin/pkg_info) || exists(/usr/sbin/pkg_info)


More information about the svn-ports-all mailing list