aboutsummaryrefslogtreecommitdiff
path: root/textproc/tth
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
committerPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
commitb666502afda11878e1adfaefeff785ee6171024b (patch)
tree9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /textproc/tth
parente1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff)
downloadports-b666502afda11878e1adfaefeff785ee6171024b.tar.gz
ports-b666502afda11878e1adfaefeff785ee6171024b.zip
- PORTDOCS police
- DOCSDIR support to some - Brush out some lint
Notes
Notes: svn path=/head/; revision=52072
Diffstat (limited to 'textproc/tth')
-rw-r--r--textproc/tth/Makefile6
-rw-r--r--textproc/tth/pkg-plist6
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