mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Unbreak by updating to 3.70 [1]
- Pet portlint - Make pkg-message ${PREFIX}-clean Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> PR: ports/89035
This commit is contained in:
parent
69ce99ff27
commit
b16ae02c9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148452
3 changed files with 12 additions and 13 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
=====================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue