diff options
author | krion <krion@FreeBSD.org> | 2003-09-26 09:30:58 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-26 09:30:58 +0000 |
commit | 955096e289626efc08864fcd17b4d72b3b530bd4 (patch) | |
tree | 8a64f45b1dc77c8125835c8adae51496076f37d3 /net-im/micq/Makefile | |
parent | 4ab1aba81e1325a8a4a20fd236785e1bd8690daa (diff) | |
download | FreeBSD-ports-955096e289626efc08864fcd17b4d72b3b530bd4.zip FreeBSD-ports-955096e289626efc08864fcd17b4d72b3b530bd4.tar.gz |
- Use DOCSDIR and make portlint happy
Diffstat (limited to 'net-im/micq/Makefile')
-rw-r--r-- | net-im/micq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile index a80a8e4..6a1cc6b 100644 --- a/net-im/micq/Makefile +++ b/net-im/micq/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 |