summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>2004-07-15 07:55:57 +0000
committermax <max@FreeBSD.org>2004-07-15 07:55:57 +0000
commit3c73f6c48b7610c34474a0f65c7e6158046dccb2 (patch)
treeaa9390f4135d5cb416417d6087e776b2afa2483a /japanese
parentffc1e1648fe9432b2de466e688b14f696c4a9c52 (diff)
downloadFreeBSD-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/Makefile4
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
OpenPOWER on IntegriCloud