diff options
author | tg <tg@FreeBSD.org> | 1998-03-03 13:19:10 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-03 13:19:10 +0000 |
commit | 877de1d499447d2c1f4ac5fe92d35351404c7797 (patch) | |
tree | 9e908ec9e9d99919fd8550301b1a1053b14f547d /textproc/tth/Makefile | |
parent | 2e0e6f6dca36fed0f316a5f98d91b8ebfd5a95b1 (diff) | |
download | FreeBSD-ports-877de1d499447d2c1f4ac5fe92d35351404c7797.zip FreeBSD-ports-877de1d499447d2c1f4ac5fe92d35351404c7797.tar.gz |
_Always_ install the license file.
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 |