svn commit: r375502 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 25 01:14:55 UTC 2014


Author: bapt
Date: Thu Dec 25 01:14:54 2014
New Revision: 375502
URL: https://svnweb.freebsd.org/changeset/ports/375502
QAT: https://qat.redports.org/buildarchive/r375502/

Log:
  mtree files are not used anymore by packages

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Dec 25 01:12:46 2014	(r375501)
+++ head/Mk/bsd.port.mk	Thu Dec 25 01:14:54 2014	(r375502)
@@ -4880,9 +4880,6 @@ create-manifest:
 	[ -f ${PKGPOSTUPGRADE} ] && ${CP} ${PKGPOSTUPGRADE} ${METADIR}/+POST_UPGRADE; \
 	${CP} ${DESCR} ${METADIR}/+DESC; \
 	[ -f ${PKGMESSAGE} ] && ${CP} ${PKGMESSAGE} ${METADIR}/+DISPLAY || return 0
-.if !defined(NO_MTREE)
-	@[ -f ${MTREE_FILE} ] && ${CP} ${MTREE_FILE} ${METADIR}/+MTREE_DIRS || return 0
-.endif
 
 # Print out package names.
 


More information about the svn-ports-head mailing list