diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 09:14:54 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 09:14:54 +0800 |
commit | 23f2184d9f95598437d617afd2fe2e0429ca50af (patch) | |
tree | 017e69a65f66dc71c4dbb55a4ecca00e383881f2 /Mk | |
parent | 1540367eb61a0e8031a75eddb243c797d207809c (diff) | |
download | freebsd-ports-gnome-23f2184d9f95598437d617afd2fe2e0429ca50af.tar.gz freebsd-ports-gnome-23f2184d9f95598437d617afd2fe2e0429ca50af.tar.zst freebsd-ports-gnome-23f2184d9f95598437d617afd2fe2e0429ca50af.zip |
mtree files are not used anymore by packages
Diffstat (limited to '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. |