diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
commit | c72f46770a033862d2da82574c575a6eb68fe5e2 (patch) | |
tree | 12c91239a4244ea4b3dd993b607e6c5ce9deadcf /print/ja-ptex-bin | |
parent | 48a20753c5149a23eafc27c6b216724efcb91320 (diff) | |
download | pkgsrc-c72f46770a033862d2da82574c575a6eb68fe5e2.tar.gz |
Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
name has been changed to teTeX (instead of teTeX2).
Diffstat (limited to 'print/ja-ptex-bin')
-rw-r--r-- | print/ja-ptex-bin/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/ja-ptex-bin/Makefile b/print/ja-ptex-bin/Makefile index d7acbcc6230..bd2b644bf9d 100644 --- a/print/ja-ptex-bin/Makefile +++ b/print/ja-ptex-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/09/19 09:38:03 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/24 13:02:01 jmmv Exp $ DISTNAME= ptex-src-${PTEX_VERS} PKGNAME= ja-ptex-bin-${PTEX_VERS} @@ -27,7 +27,7 @@ DEPENDS+= ja-ptex-share>=2.1:../../print/ja-ptex-share INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL -.include "../../print/teTeX2-bin/Makefile.common" +.include "../../print/teTeX-bin/Makefile.common" PTEX_VERS= 3.1.2 DVIPSK_PATCH_VERS= p1.6 @@ -53,9 +53,9 @@ FILES_SUBST+= PATCH=${PATCH} pre-extract: if [ ! -e ${WRKSRC} ]; then \ - cd ../../print/teTeX2-bin && ${MAKE} patch; \ + cd ../../print/teTeX-bin && ${MAKE} patch; \ elif [ ! -e ${WRKSRC_PTEX} ]; then \ - cd ../../print/teTeX2-bin && ${MAKE} clean; ${MAKE} patch; \ + cd ../../print/teTeX-bin && ${MAKE} clean; ${MAKE} patch; \ fi; post-extract: @@ -115,7 +115,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/texk/PSTricks.patch ${TEXMF}/dvips/pstricks pre-clean: - cd ../../print/teTeX2-bin && ${MAKE} clean + cd ../../print/teTeX-bin && ${MAKE} clean -.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk" +.include "../../print/teTeX-bin/kpathsea.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |