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 | |
parent | 6e76ce33be0e52609f75aa3ff3fad466ff4e7304 (diff) | |
download | ports-6e17e835509640cc4c1a21340437c38166b83f22.tar.gz ports-6e17e835509640cc4c1a21340437c38166b83f22.zip |
Add NO_MTREE=yes.
Notes
Notes:
svn path=/head/; revision=2429
-rw-r--r-- | emulators/linux_base-6/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base-62/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base-8/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base/Makefile | 3 |
8 files changed, 16 insertions, 8 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index 14fd5cbd4309..46235f2c8210 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/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} 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} diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 14fd5cbd4309..46235f2c8210 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/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} diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 14fd5cbd4309..46235f2c8210 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/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} diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 14fd5cbd4309..46235f2c8210 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/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} diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index 14fd5cbd4309..46235f2c8210 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} diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 14fd5cbd4309..46235f2c8210 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/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} diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 14fd5cbd4309..46235f2c8210 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/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} |