diff options
Diffstat (limited to 'textproc/tth/Makefile')
-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 aca72fb..23b29d3 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 |