diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-24 06:16:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-24 06:16:50 +0000 |
commit | 25d471b8a03577fb46fbfbe5584b4a2a9d17a666 (patch) | |
tree | b3ef828a9eadcff229c78074baa5b7962b5349fe /sysutils/moreutils | |
parent | 78f061e3b3b7a9702be52929688257df8c71497c (diff) |
- Fix build with MANPAGES off
PR: ports/176842
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
Notes
Notes:
svn path=/head/; revision=315104
Diffstat (limited to 'sysutils/moreutils')
-rw-r--r-- | sysutils/moreutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile index a0033bc607ea..1532ae628fa3 100644 --- a/sysutils/moreutils/Makefile +++ b/sysutils/moreutils/Makefile @@ -56,7 +56,9 @@ MAN1= chronic.1 \ post-patch: @${REINPLACE_CMD} -e 's|share/xml/docbook/schema/dtd/|local/share/xml/docbook/|' ${WRKSRC}/*.docbook +.if ${PORT_OPTIONS:MMANPAGES} @cd ${FILESDIR}/ && ${CP} ${CANNED_MAN1} ${WRKSRC}/ +.endif post-install: .if ${PORT_OPTIONS:MMANPAGES} |