diff options
author | asami <asami@FreeBSD.org> | 2000-06-07 15:08:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-07 15:08:56 +0800 |
commit | e5e1218563b986e9113e8268097306542c73fbfa (patch) | |
tree | eb926bc68bd105f0ac18cb25f37f927cfa059b6f /x11-toolkits | |
parent | 6b4fee60b9d52b484db69ea0aa065539ebbbede2 (diff) | |
download | freebsd-ports-graphics-e5e1218563b986e9113e8268097306542c73fbfa.tar.gz freebsd-ports-graphics-e5e1218563b986e9113e8268097306542c73fbfa.tar.zst freebsd-ports-graphics-e5e1218563b986e9113e8268097306542c73fbfa.zip |
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')
-rw-r--r-- | x11-toolkits/open-motif-devel/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/open-motif-devel/Makefile b/x11-toolkits/open-motif-devel/Makefile index 7173a48ff6e..e38570ebc5d 100644 --- a/x11-toolkits/open-motif-devel/Makefile +++ b/x11-toolkits/open-motif-devel/Makefile @@ -13,13 +13,14 @@ MASTER_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R2.1.30/binaries/metro ftp://ftp.opengroup.org/pub/openmotif/R2.1.30/binaries/metrolink/ \ ftp://ftp.isca.uiowa.edu/pub/mirrors/openmotif/binaries/metrolink/ \ ftp://ftp.kddlabs.co.jp:/X11/openmotif/binaries/metrolink/ -DISTFILES= openmotif-2.1.30-1_MLI${EXTRACT_SUFX} +DISTNAME= openmotif-${PORTVERSION}-1_MLI EXTRACT_SUFX= .tgz 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 diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index c7f2637833a..e9ee6642edc 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 |