diff options
author | asami <asami@FreeBSD.org> | 2000-06-07 07:08:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-07 07:08:56 +0000 |
commit | e5e1218563b986e9113e8268097306542c73fbfa (patch) | |
tree | eb926bc68bd105f0ac18cb25f37f927cfa059b6f /x11-toolkits/open-motif | |
parent | 6b4fee60b9d52b484db69ea0aa065539ebbbede2 (diff) | |
download | FreeBSD-ports-e5e1218563b986e9113e8268097306542c73fbfa.zip FreeBSD-ports-e5e1218563b986e9113e8268097306542c73fbfa.tar.gz |
Define NO_MTREE since these ports install with PREFIX=/ (the
binary packages already have the "/usr/X11R6" part).
Also, define DISTNAME instead of DISTFALES open-motif-devel/Makefile
so it will actually work.
Diffstat (limited to 'x11-toolkits/open-motif')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index c7f2637..e9ee664 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -20,6 +20,7 @@ MAINTAINER= obrien@FreeBSD.org ONLY_FOR_ARCHS= i386 PREFIX?= / # will install into ${PREFIX}/usr/X11R6 +NO_MTREE= yes USE_X_PREFIX= yes NO_WRKSUBDIR= yes EXTRACT_ONLY= # don't exact the tarball |