diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-07-26 13:01:38 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-07-26 13:01:38 +0800 |
commit | d346e6965a58f2fd35c14f35042d8bacd05c1a50 (patch) | |
tree | 65a3039a424c1fd424d6a9aee60428b63ac7b366 | |
parent | f42ed7d5e44c43b3201d153735045667a92c8474 (diff) | |
download | freebsd-ports-gnome-d346e6965a58f2fd35c14f35042d8bacd05c1a50.tar.gz freebsd-ports-gnome-d346e6965a58f2fd35c14f35042d8bacd05c1a50.tar.zst freebsd-ports-gnome-d346e6965a58f2fd35c14f35042d8bacd05c1a50.zip |
Revert mtree change for now.
Requested by: marcel, ache
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index a266482320a4..4d525f3abb34 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -911,11 +911,7 @@ MTREE_FILE= /etc/mtree/BSD.local.dist .endif .endif MTREE_CMD?= /usr/sbin/mtree -.if ${OSVERSION} >= 500010 -MTREE_ARGS?= -U -f ${MTREE_FILE} -L -d -e -p -.else MTREE_ARGS?= -U -f ${MTREE_FILE} -d -e -p -.endif # A few aliases for *-install targets INSTALL_PROGRAM= \ |