diff options
author | asami <asami@FreeBSD.org> | 2000-06-07 08:05:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-07 08:05:02 +0000 |
commit | ad064370ca2e5788ebe92355e41a433c22cb3ec9 (patch) | |
tree | bb6d6f766e697a5f4941a1b630589b01c0ac85f2 /graphics | |
parent | 7c37d0335fd684674a97158721042147f937b39e (diff) | |
download | FreeBSD-ports-ad064370ca2e5788ebe92355e41a433c22cb3ec9.zip FreeBSD-ports-ad064370ca2e5788ebe92355e41a433c22cb3ec9.tar.gz |
Add NO_MTREE, this port installs under /compat/linux.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux_glx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/linux_glx/Makefile b/graphics/linux_glx/Makefile index c97c1f0..8a4c9f3 100644 --- a/graphics/linux_glx/Makefile +++ b/graphics/linux_glx/Makefile @@ -21,6 +21,7 @@ USE_BZIP2= yes NO_BUILD= yes PREFIX= /compat/linux +NO_MTREE= yes WRKSRC= ${WRKDIR}/linux_glx # switch off stripping during INSTALL_PROGRAM |