diff options
author | max <max@FreeBSD.org> | 2004-07-15 07:55:57 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 2004-07-15 07:55:57 +0000 |
commit | 3c73f6c48b7610c34474a0f65c7e6158046dccb2 (patch) | |
tree | aa9390f4135d5cb416417d6087e776b2afa2483a /japanese | |
parent | ffc1e1648fe9432b2de466e688b14f696c4a9c52 (diff) | |
download | FreeBSD-ports-3c73f6c48b7610c34474a0f65c7e6158046dccb2.zip FreeBSD-ports-3c73f6c48b7610c34474a0f65c7e6158046dccb2.tar.gz |
Do the build of ../ptex-base in pre-configure, so that all the
dependencies would have been built and installed by then.
Hopefully, this will unbreak the package build, but leave the
BROKEN lines till package build actually succeeds.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ptex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index 40e87d7..47b2766 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -42,12 +42,12 @@ pre-extract: @${ECHO_MSG} " make KANJICODE=sjis" @${ECHO_MSG} "for Shift-JIS. KANJICODE can be one of sjis, jis or euc." @sleep 10 + +pre-configure: .if !exists(${WRKDIRPREFIX}${.CURDIR}/../ptex-base/work/.build_done.ja-ptex-base-${PORTVERSION}) @(cd ${.CURDIR}/../ptex-base; \ ${SETENV} ${MAKE_ENV} ${MAKE}) .endif - -post-extract: @${RM} -rf ${WRKSRC} @${MV} ${WRKDIR}/${SRCDIR} ${WRKDIRPREFIX}${.CURDIR}/../ptex-base/work/tetex-src-${TETEX_VERSION}/texk/web2c |