diff options
author | cy <cy@FreeBSD.org> | 2012-11-07 07:30:46 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-11-07 07:30:46 +0800 |
commit | bdbcd629a8711a8ccf39c60c062d96e22a50f49d (patch) | |
tree | f928d4a1654700aace98197f6b890c3d673f3f3b /x11-toolkits | |
parent | a25630f9b1c1d6c8d5e0f74126621bf88df3f3b7 (diff) | |
download | freebsd-ports-graphics-bdbcd629a8711a8ccf39c60c062d96e22a50f49d.tar.gz freebsd-ports-graphics-bdbcd629a8711a8ccf39c60c062d96e22a50f49d.tar.zst freebsd-ports-graphics-bdbcd629a8711a8ccf39c60c062d96e22a50f49d.zip |
Temporarily make this port fetchable until the rename happens.
Feature safe: yes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index a13827098ae..7e6bf06c719 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -4,7 +4,8 @@ PORTNAME= open-motif PORTVERSION= 2.3.4 CATEGORIES= x11-toolkits -MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ +# MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ +MASTER_SITES= SF/motif/Motif%202.3.4%20Source%20Code/ DISTNAME= motif-${PORTVERSION}-src EXTRACT_SUFX= .tgz @@ -19,7 +20,8 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ MAKE_JOBS_UNSAFE= yes CONFLICTS= lesstif-[0-9]* open-motif-[0-0]* -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +# WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/motif-${PORTVERSION} USE_AUTOTOOLS= libtool autoconf:env automake:env USE_ICONV= yes |