diff options
author | osa <osa@FreeBSD.org> | 2004-03-25 17:18:41 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-03-25 17:18:41 +0000 |
commit | 79e3bcb363aae0e4c516fce6ae89c892976280a5 (patch) | |
tree | 2c066028cb12a99dacc76ee190c8daf29417f33c /textproc | |
parent | e052b9cf66f5e2721132cb827a40daa2e7664469 (diff) | |
download | FreeBSD-ports-79e3bcb363aae0e4c516fce6ae89c892976280a5.zip FreeBSD-ports-79e3bcb363aae0e4c516fce6ae89c892976280a5.tar.gz |
Update to latest version 3.59 [*]
Move package files from pkg-plist to Makefile, remove
unnecessary pkg-plist.
Remove MASTER_SITE_LOCAL from MASTER_SITES list, because it containes
old version distro.
Spotted by: Professor Jeffrey Racine <jracine@maxwell.syr.edu>
Submitted by: Sergey 'DoubleF' Zaharchenko <doublef@tele-kom.ru> [*]
PR: 64695
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tth/Makefile | 10 | ||||
-rw-r--r-- | textproc/tth/distinfo | 3 | ||||
-rw-r--r-- | textproc/tth/pkg-plist | 8 |
3 files changed, 7 insertions, 14 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index 491c35e..4174d23 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -6,11 +6,9 @@ # PORTNAME= tth -PORTVERSION= 2.78 +PORTVERSION= 3.59 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://hutchinson.belmont.ma.us/tth/tth-noncom/ -MASTER_SITE_SUBDIR= tg +MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ DISTNAME= tth_C EXTRACT_SUFX= .tgz @@ -24,6 +22,9 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ MAN1= tth.1 +PLIST_FILES= bin/latex2gif bin/ps2gif bin/ps2png bin/tth +PORTDOCS= license.txt tth_manual.html + pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes @${ECHO_MSG} "" @@ -37,7 +38,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tth ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/l2h ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2png ${PREFIX}/bin diff --git a/textproc/tth/distinfo b/textproc/tth/distinfo index 35e42bc..2aa7db6 100644 --- a/textproc/tth/distinfo +++ b/textproc/tth/distinfo @@ -1 +1,2 @@ -MD5 (tth_C.tgz) = 3d0cf263dfea8715085c3433aaffaa17 +MD5 (tth_C.tgz) = 2ba8597af0eb3f5667c95fffa18a8fd1 +SIZE (tth_C.tgz) = 316519 diff --git a/textproc/tth/pkg-plist b/textproc/tth/pkg-plist deleted file mode 100644 index 60fa054..0000000 --- a/textproc/tth/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/l2h -bin/latex2gif -bin/ps2gif -bin/ps2png -bin/tth -%%PORTDOCS%%share/doc/tth/license.txt -%%PORTDOCS%%share/doc/tth/tth_manual.html -%%PORTDOCS%%@dirrm share/doc/tth |