aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sphinxsearch-devel
diff options
context:
space:
mode:
authordanger <danger@FreeBSD.org>2013-11-29 22:53:25 +0800
committerdanger <danger@FreeBSD.org>2013-11-29 22:53:25 +0800
commit329fb13a7acaf64cb766a01541743a74e306a265 (patch)
treea102283139b2bba9758ee35fdec20b5dc9eb154a /textproc/sphinxsearch-devel
parentd0c133c6913f44ec39415555d7e5e91099fbeacc (diff)
downloadfreebsd-ports-gnome-329fb13a7acaf64cb766a01541743a74e306a265.tar.gz
freebsd-ports-gnome-329fb13a7acaf64cb766a01541743a74e306a265.tar.zst
freebsd-ports-gnome-329fb13a7acaf64cb766a01541743a74e306a265.zip
- fix paths to pass make package
Approved by: mat
Diffstat (limited to 'textproc/sphinxsearch-devel')
-rw-r--r--textproc/sphinxsearch-devel/Makefile4
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}