svn commit: r360135 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 2 06:05:44 UTC 2014


Author: bapt
Date: Wed Jul  2 06:05:43 2014
New Revision: 360135
URL: http://svnweb.freebsd.org/changeset/ports/360135
QAT: https://qat.redports.org/buildarchive/r360135/

Log:
  Remove bsd.pbi.mk, it is not used anymore to produce modern PBIs
  
  Approved by:	kmoore

Deleted:
  head/Mk/bsd.pbi.mk
Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Jul  2 05:39:55 2014	(r360134)
+++ head/Mk/bsd.port.mk	Wed Jul  2 06:05:43 2014	(r360135)
@@ -1506,8 +1506,6 @@ PKGCOMPATDIR?=		${LOCALBASE}/lib/compat/
 .include "${PORTSDIR}/Mk/bsd.kde4.mk"
 .endif
 
-.include "${PORTSDIR}/Mk/bsd.pbi.mk"
-
 .if !defined(UID)
 UID!=	${ID} -u
 .endif


More information about the svn-ports-all mailing list