aboutsummaryrefslogtreecommitdiff
path: root/x11/libsx/Makefile
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 /x11/libsx/Makefile
parente1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff)
downloadports-b666502afda11878e1adfaefeff785ee6171024b.tar.gz
ports-b666502afda11878e1adfaefeff785ee6171024b.zip
Notes
Diffstat (limited to 'x11/libsx/Makefile')
-rw-r--r--x11/libsx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libsx/Makefile b/x11/libsx/Makefile
index 5f587c0d0577..cebbcf9a0727 100644
--- a/x11/libsx/Makefile
+++ b/x11/libsx/Makefile
@@ -30,7 +30,7 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/libsx
- ${INSTALL_MAN} ${WRKSRC}/docs/* ${PREFIX}/share/doc/libsx
+ ${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/libsx
${GZIP_CMD} ${PREFIX}/share/doc/libsx/*.doc
.endif