diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-16 11:38:57 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-16 11:38:57 +0000 |
commit | b16ae02c9a9f986e988071240c9fe13d960d245c (patch) | |
tree | 898e5f674a557fd321ab01992b32daa9da7db060 /textproc | |
parent | 69ce99ff2734e920e53bf984c0ed3227d43474af (diff) | |
download | ports-b16ae02c9a9f986e988071240c9fe13d960d245c.tar.gz ports-b16ae02c9a9f986e988071240c9fe13d960d245c.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tth/Makefile | 13 | ||||
-rw-r--r-- | textproc/tth/distinfo | 5 | ||||
-rw-r--r-- | textproc/tth/pkg-message | 7 |
3 files changed, 12 insertions, 13 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index cdaa88c3070a..99fd14b83c39 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tth -PORTVERSION= 3.59 +PORTVERSION= 3.70 CATEGORIES= textproc MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ DISTNAME= tth_C @@ -15,16 +15,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A TeX to HTML translator -BROKEN= Size mismatch - -USE_GHOSTSCRIPT_RUN= yes - RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ ppmtogif:${PORTSDIR}/graphics/netpbm +USE_GHOSTSCRIPT_RUN= yes + MAN1= tth.1 -PLIST_FILES= bin/latex2gif bin/ps2gif bin/ps2png bin/tth +PLIST_FILES= bin/latex2gif bin/ps2gif bin/ps2png bin/tth bin/Xfonts.fix PORTDOCS= license.txt tth_manual.html pre-everything:: @@ -43,12 +41,13 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2png ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/Xfonts.fix ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/tth_manual.html ${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} + @${SED} -e "s,%%PREFIX%%,${PREFIX}," ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/textproc/tth/distinfo b/textproc/tth/distinfo index 2aa7db6fed7b..d5ab9af52fef 100644 --- a/textproc/tth/distinfo +++ b/textproc/tth/distinfo @@ -1,2 +1,3 @@ -MD5 (tth_C.tgz) = 2ba8597af0eb3f5667c95fffa18a8fd1 -SIZE (tth_C.tgz) = 316519 +MD5 (tth_C.tgz) = ec6474f52a7586a7890ceaf2c3c7c0d8 +SHA256 (tth_C.tgz) = bfe1152a7d2773169d9214a87ced8a85acb00f4ee0f4bddc178a87e0653512ce +SIZE (tth_C.tgz) = 320882 diff --git a/textproc/tth/pkg-message b/textproc/tth/pkg-message index e64302e5b1cf..69cd9908a1e7 100644 --- a/textproc/tth/pkg-message +++ b/textproc/tth/pkg-message @@ -1,4 +1,3 @@ - -Please read the license in /usr/local/share/doc/tth/license.txt. - - +===================================================================== + Please read the license in %%PREFIX%%/share/doc/tth/license.txt. +===================================================================== |