diff options
author | pat <pat@FreeBSD.org> | 2001-12-24 10:17:17 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-24 10:17:17 +0800 |
commit | 7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch) | |
tree | 438ff2856c8402cd6a8f17e494e72efbac6546bf /textproc/tth | |
parent | d53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff) | |
download | freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.zst freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip |
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
Diffstat (limited to 'textproc/tth')
-rw-r--r-- | textproc/tth/Makefile | 6 | ||||
-rw-r--r-- | textproc/tth/pkg-plist | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index ca0a762d8bb4..e554786ea863 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -32,10 +32,10 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2png ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1 - ${MKDIR} ${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 + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/tth_manual.html ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} diff --git a/textproc/tth/pkg-plist b/textproc/tth/pkg-plist index b1ee6837d65f..60fa05493a6c 100644 --- a/textproc/tth/pkg-plist +++ b/textproc/tth/pkg-plist @@ -3,6 +3,6 @@ bin/latex2gif bin/ps2gif bin/ps2png bin/tth -share/doc/tth/license.txt -share/doc/tth/tth_manual.html -@dirrm share/doc/tth +%%PORTDOCS%%share/doc/tth/license.txt +%%PORTDOCS%%share/doc/tth/tth_manual.html +%%PORTDOCS%%@dirrm share/doc/tth |