aboutsummaryrefslogtreecommitdiff
path: root/japanese/ptex
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2004-07-15 07:55:57 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2004-07-15 07:55:57 +0000
commit6b6400b515cb6d5fd56c53ea4690adae087dde20 (patch)
tree238fe0a66dd89a2b230c3a243318c58251db1d06 /japanese/ptex
parent6880c74fa269eeede29b257676d2efe158f1e341 (diff)
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.
Notes
Notes: svn path=/head/; revision=113692
Diffstat (limited to 'japanese/ptex')
-rw-r--r--japanese/ptex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile
index 40e87d7ba235..47b276665ceb 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