summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-13 01:50:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-13 01:50:09 +0000
commitf38c3b9ed28278037eae2e14960d1874b83faeae (patch)
tree113456b2ff0b8c51e4b085337c294131899aa7bc /graphics
parent- Honor CC (diff)
- Fix plist for disabled DOCS case
Notes
Notes: svn path=/head/; revision=327127
Diffstat (limited to 'graphics')
-rw-r--r--graphics/nathive/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/nathive/Makefile b/graphics/nathive/Makefile
index 0055cc42fe6c..4dc8acc8a9c7 100644
--- a/graphics/nathive/Makefile
+++ b/graphics/nathive/Makefile
@@ -32,7 +32,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/nathive|${DATADIR}|' \
${WRKSRC}/${PORTNAME}.desktop
.if ! ${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -e '/install.*DOC/ d' ${WRKSRC}/${MAKEFILE}
+ @${REINPLACE_CMD} -e '/install.*DOC/ d; /mkdir -p.*BASE.*DOC/ d' \
+ ${WRKSRC}/${MAKEFILE}
.endif
.include <bsd.port.mk>