diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-03 13:19:10 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-03 13:19:10 +0000 |
commit | 979d261f3153307dba7dbb4962f77bd99cbfd7ec (patch) | |
tree | 20b726624944ce4a665d1935cd46cc1965f50251 /textproc/tth | |
parent | 4aba422363131bfd45b54b25db49b4c6904de62f (diff) | |
download | ports-979d261f3153307dba7dbb4962f77bd99cbfd7ec.tar.gz ports-979d261f3153307dba7dbb4962f77bd99cbfd7ec.zip |
Notes
Diffstat (limited to 'textproc/tth')
-rw-r--r-- | textproc/tth/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index aca72fb10180..23b29d386528 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Feb 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/02/20 08:04:07 tg Exp $ +# $Id: Makefile,v 1.2 1998/03/03 10:58:02 tg Exp $ # DISTNAME= tth_C @@ -31,10 +31,10 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/tth - ${INSTALL_SCRIPT} ${WRKSRC}/tth_manual.html ${PREFIX}/share/doc/tth ${INSTALL_SCRIPT} ${WRKSRC}/license.txt ${PREFIX}/share/doc/tth +.if !defined(NOPORTDOCS) + ${INSTALL_SCRIPT} ${WRKSRC}/tth_manual.html ${PREFIX}/share/doc/tth .endif @${CAT} ${PKGDIR}/MESSAGE |