aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-06-07 07:08:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-06-07 07:08:56 +0000
commit8c1582f41c9c9e776cc1686a4efe067257817df0 (patch)
tree5791555598f1e0361e91ed42ed114037154e1938 /x11-toolkits
parent042d44df167de1eebc39d0e0b4411e4de754706f (diff)
downloadports-8c1582f41c9c9e776cc1686a4efe067257817df0.tar.gz
ports-8c1582f41c9c9e776cc1686a4efe067257817df0.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.
Notes
Notes: svn path=/head/; revision=29284
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/open-motif-devel/Makefile3
-rw-r--r--x11-toolkits/open-motif/Makefile1
2 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/open-motif-devel/Makefile b/x11-toolkits/open-motif-devel/Makefile
index 7173a48ff6eb..e38570ebc5d6 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 c7f2637833ab..e9ee6642edcb 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