diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-17 17:10:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-17 17:10:16 +0000 |
commit | 6e17e835509640cc4c1a21340437c38166b83f22 (patch) | |
tree | e46e19f2c8f609bd504c9c11a1671bdf9cd62b33 /emulators/linux_base-62 | |
parent | 6e76ce33be0e52609f75aa3ff3fad466ff4e7304 (diff) | |
download | freebsd-ports-6e17e835509640cc4c1a21340437c38166b83f22.zip |
Add NO_MTREE=yes.
Diffstat (limited to 'emulators/linux_base-62')
-rw-r--r-- | emulators/linux_base-62/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile index 14fd5cbd4309..46235f2c8210 100644 --- a/emulators/linux_base-62/Makefile +++ b/emulators/linux_base-62/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.4 1995/11/08 15:05:22 erich Exp $ +# $Id: Makefile,v 1.5 1995/11/14 13:03:13 asami Exp $ # DISTNAME= linux_lib @@ -14,6 +14,7 @@ MAINTAINER= erich@FreeBSD.org PREFIX= /compat/linux/ WRKSRC= ${WRKDIR} +NO_MTREE= yes pre-install: @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} |