diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-06-23 08:55:29 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-06-23 08:55:29 +0000 |
commit | d4cfe8918c6d4403e2915adc36152ca284b26eb5 (patch) | |
tree | 9beb0c93932a1e81de4a34732b87ef491d7af7ae /print/tgif2tex | |
parent | Remove "Extra" item on deinstall. (diff) |
Update to 2.01 (This version supports Tgif Ver. 4.X !!)
Diffstat (limited to 'print/tgif2tex')
-rw-r--r-- | print/tgif2tex/Makefile | 15 | ||||
-rw-r--r-- | print/tgif2tex/distinfo | 2 |
2 files changed, 5 insertions, 12 deletions
diff --git a/print/tgif2tex/Makefile b/print/tgif2tex/Makefile index c90ae9222a9a..37e601fc3902 100644 --- a/print/tgif2tex/Makefile +++ b/print/tgif2tex/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tgif2tex -PORTVERSION= 1.46 +PORTVERSION= 2.01 CATEGORIES+= print MASTER_SITES= http://camphor.elcom.nitech.ac.jp/~nakano/tgif2tex/ -DISTNAME= ${PORTNAME} MAINTAINER= taoka@FreeBSD.org @@ -21,17 +20,11 @@ DOCSRC+= example.obj \ do-build: @cd ${WRKSRC}; ${MV} tgif2tex tgif2tex.org; \ - ${SED} -e 's,/usr/local/X11R6/bin/tgif,${X11BASE}/bin/tgif,' \ - -e 's;^#! */usr/local/bin/perl *;#!${PERL5};' \ + ${SED} -e 's,/usr/local/X11R6/bin/tgif,${X11BASE}/bin/tgif,' \ + -e 's;^#! */usr/bin/perl *;#!${PERL5};' \ + -e 's,/usr/local,${PREFIX},' \ tgif2tex.org > tgif2tex -pre-install: - @if [ ${PREFIX} != "/usr/local" ]; then \ - ${SED} s,/usr/local,${PREFIX}, ${WRKSRC}/tgif2tex \ - > ${WRKSRC}/tgif2tex.org; \ - ${MV} ${WRKSRC}/tgif2tex.org ${WRKSRC}/tgif2tex; \ - fi - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tgif2tex ${PREFIX}/bin/tgif2tex .if !defined(NOPORTDOCS) diff --git a/print/tgif2tex/distinfo b/print/tgif2tex/distinfo index bb287aa97776..703c3c21cb31 100644 --- a/print/tgif2tex/distinfo +++ b/print/tgif2tex/distinfo @@ -1 +1 @@ -MD5 (tgif2tex.tar.gz) = 37401fbf131816af0c426cfa86190cda +MD5 (tgif2tex-2.01.tar.gz) = 69cb299b803319c873c4104c3635f045 |