diff options
-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 7173a48..e38570e 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 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 |