diff options
author | asami <asami@FreeBSD.org> | 1995-11-17 17:10:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-17 17:10:16 +0000 |
commit | 03edb4ab58429c398661dadf92cad7601fc2eae7 (patch) | |
tree | 129e223949040191640b80876ca721ce8c7422ad /emulators/linux_base-suse-9.2 | |
parent | 93ef46a132303df61b9beeeea9c286998e6fa560 (diff) | |
download | FreeBSD-ports-03edb4ab58429c398661dadf92cad7601fc2eae7.zip FreeBSD-ports-03edb4ab58429c398661dadf92cad7601fc2eae7.tar.gz |
Add NO_MTREE=yes.
Diffstat (limited to 'emulators/linux_base-suse-9.2')
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index 14fd5cb..46235f2 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/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} |