aboutsummaryrefslogtreecommitdiff
path: root/lang/siod
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2021-02-17 04:06:01 +0000
committerMikhail Teterin <mi@FreeBSD.org>2021-02-17 04:06:01 +0000
commit9c4396ec4684945b6c12ca12fa510ec39064d429 (patch)
tree121e5dc6b46e98a87ecbcc45a3f7cd421242b946 /lang/siod
parent831fe54140c78db8d9f61e8f6a67a8f823d1f76a (diff)
downloadports-9c4396ec4684945b6c12ca12fa510ec39064d429.tar.gz
ports-9c4396ec4684945b6c12ca12fa510ec39064d429.zip
When correcting for non-default prefix, include man-pages too.
Sponsored by: United Marsupials
Notes
Notes: svn path=/head/; revision=565480
Diffstat (limited to 'lang/siod')
-rw-r--r--lang/siod/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile
index ffe1fca07534..df84cbae4bf6 100644
--- a/lang/siod/Makefile
+++ b/lang/siod/Makefile
@@ -41,7 +41,8 @@ OPTIONS_SUB= yes
.if "${PREFIX}" != "/usr/local"
post-patch:
- ${REINPLACE_CMD} 's|/usr/local|${PREFIX}|g' ${WRKSRC}/slib.c
+ ${REINPLACE_CMD} 's|/usr/local|${PREFIX}|g' ${WRKSRC}/slib.c \
+ ${WRKSRC}/*.man
.endif
post-build: