diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-06-13 03:46:22 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-06-13 03:46:22 +0000 |
commit | 51434e02fbf2463eb1301b89d7c773619bbe9634 (patch) | |
tree | 1ea03408d43fdb8f399b453ac455325341dd35d3 /print/teTeX-base/Makefile | |
parent | 5dc5116eb93eaa1e6b8d16c4949fbf347817cf11 (diff) |
Notes
Diffstat (limited to 'print/teTeX-base/Makefile')
-rw-r--r-- | print/teTeX-base/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index cbc139f7ed39..f7286f281567 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -7,7 +7,7 @@ PORTNAME= teTeX-base PORTVERSION= 3.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/:1 @@ -177,8 +177,6 @@ post-install: ${MKDIR} ${PREFIX}/${TEXMFCONFIGDIR}/texconfig ${INSTALL_DATA} ${PREFIX}/${TEXMFDIR}/texconfig/tcfmgr.map \ ${PREFIX}/${TEXMFCONFIGDIR}/texconfig/tcfmgr.map - ${INSTALL_SCRIPT} ${WRKSRC}/utils/texinfo/util/texi2dvi ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/utils/texinfo/util/texi2pdf ${PREFIX}/bin ${MV} -f ${PREFIX}/bin/texdoctk ${PREFIX}/bin/texdoctk.real ${INSTALL_SCRIPT} ${WRKDIR}/texdoctk.wrapper ${PREFIX}/bin/texdoctk ${MKDIR} ${PREFIX}/${UPDMAPDIR} |