diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-25 09:14:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-25 09:14:54 +0800 |
commit | 7852a02c631eae566d7f90d064f83b886029b0cc (patch) | |
tree | 017e69a65f66dc71c4dbb55a4ecca00e383881f2 /Mk/bsd.port.mk | |
parent | 2f60ab7b90826caa963b7cdde216fa08c32d0b7a (diff) | |
download | freebsd-ports-gnome-7852a02c631eae566d7f90d064f83b886029b0cc.tar.gz freebsd-ports-gnome-7852a02c631eae566d7f90d064f83b886029b0cc.tar.zst freebsd-ports-gnome-7852a02c631eae566d7f90d064f83b886029b0cc.zip |
mtree files are not used anymore by packages
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
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. |