svn commit: r326776 - head/ports-mgmt/pkg-devel

Bryan Drewery bdrewery at FreeBSD.org
Mon Sep 9 00:28:36 UTC 2013


Author: bdrewery
Date: Mon Sep  9 00:28:36 2013
New Revision: 326776
URL: http://svnweb.freebsd.org/changeset/ports/326776

Log:
  - Allow this port to build a package so users can switch without
    needing ports
  
  Reviewed by:	bapt
  With hat:	portmgr

Modified:
  head/ports-mgmt/pkg-devel/Makefile

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Sun Sep  8 22:50:31 2013	(r326775)
+++ head/ports-mgmt/pkg-devel/Makefile	Mon Sep  9 00:28:36 2013	(r326776)
@@ -69,7 +69,9 @@ MLINKS=	pkg-delete.8 pkg-remove.8 \
 .if defined(WITH_PKGNG)
 .if ${WITH_PKGNG} != devel
 NO_LATEST_LINK=	yes
+.	if !defined(PACKAGE_BUILDING)
 IGNORE=	WITH_PKGNG is not defined to 'devel', this version is the devel one
+.	endif
 .endif
 .if exists(${LOCALBASE}/sbin/pkg_info) || exists(/usr/sbin/pkg_info)
 NB_OLDPKGS!=	pkg_info 2>/dev/null | wc -l


More information about the svn-ports-all mailing list