summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 01:14:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 01:14:54 +0000
commit23f2184d9f95598437d617afd2fe2e0429ca50af (patch)
tree017e69a65f66dc71c4dbb55a4ecca00e383881f2
parentAllow PATCH_SITES to use the same abbreviations as MASTER_SITES (diff)
mtree files are not used anymore by packages
-rw-r--r--Mk/bsd.port.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 1782512ab8bf..8f3eaef2ee59 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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.