diff options
author | Daniel Gerzo <danger@FreeBSD.org> | 2013-11-29 14:53:25 +0000 |
---|---|---|
committer | Daniel Gerzo <danger@FreeBSD.org> | 2013-11-29 14:53:25 +0000 |
commit | fc44484627142d62946b9b627c2dccc89761d38c (patch) | |
tree | a102283139b2bba9758ee35fdec20b5dc9eb154a /textproc/sphinxsearch-devel | |
parent | 6b063e7a40bde806bffcd9240561ac5a6ac05e4a (diff) | |
download | ports-fc44484627142d62946b9b627c2dccc89761d38c.tar.gz ports-fc44484627142d62946b9b627c2dccc89761d38c.zip |
Notes
Diffstat (limited to 'textproc/sphinxsearch-devel')
-rw-r--r-- | textproc/sphinxsearch-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sphinxsearch-devel/Makefile b/textproc/sphinxsearch-devel/Makefile index 5fee3e42f19c..cb49e01ea317 100644 --- a/textproc/sphinxsearch-devel/Makefile +++ b/textproc/sphinxsearch-devel/Makefile @@ -161,8 +161,8 @@ install-docs: (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}/${DOCSDIR}) install-man: - (cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1SRC} ${STAGEDIR}${MANPREFIX}/man/man1) - (cd ${WRKSRC} && ${INSTALL_MAN} ${MAN8SRC} ${STAGEDIR}${MANPREFIX}/man/man8) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN1SRC} ${STAGEDIR}${MANPREFIX}/man/man1) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN8SRC} ${STAGEDIR}${MANPREFIX}/man/man8) install-examples: .if ${PORT_OPTIONS:MEXAMPLES} |