summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-05 13:45:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-05 13:45:39 +0000
commitc57133fc365bbbda0130bdef7e2be2f6212c7b74 (patch)
tree9fd8f3d259351b0293c2c2251beccb8764555320 /audio
parentSupport staging. (diff)
- Stage support
Notes
Notes: svn path=/head/; revision=342699
Diffstat (limited to 'audio')
-rw-r--r--audio/espeak/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile
index 7679d4fb3406..be951c8a6a4a 100644
--- a/audio/espeak/Makefile
+++ b/audio/espeak/Makefile
@@ -63,10 +63,8 @@ PULSEAUDIOLIB=
post-patch:
cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} ${REINPLACE_FILES}
-.if ${PORT_OPTIONS:MDOCS}
post-install:
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>