summaryrefslogtreecommitdiff
path: root/net-im/climm/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-26 09:30:58 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-26 09:30:58 +0000
commitfced18e2bef8a55f82fdd24b823e958df997e7f7 (patch)
tree7de0edc0d049c4f7de0707660ddeb8e773e6639e /net-im/climm/Makefile
parent- Update to version 0.4.10.4 and take maintainership (diff)
- Use DOCSDIR and make portlint happy
Notes
Notes: svn path=/head/; revision=89430
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r--net-im/climm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index a80a8e4db536..6a1cc6b4f85b 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -43,7 +43,7 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/micq.7 ${MANPREFIX}/man/man7
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for ext in i18n logformat png txt xpm
+.for ext in i18n logformat png txt xpm
${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR}
.endfor
.endif