aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-NSP
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-11-24 17:40:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-11-24 17:40:44 +0000
commitd77405fd6ddcab0d74954f84af513301be928298 (patch)
treef9d8301a9f6d3b115d6bf94c75a45e2ab5278877 /textproc/p5-Text-NSP
parent4a5323a0ff234534ebccba59d01996ac41ba379d (diff)
downloadports-d77405fd6ddcab0d74954f84af513301be928298.tar.gz
ports-d77405fd6ddcab0d74954f84af513301be928298.zip
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE.
Notes
Notes: svn path=/head/; revision=334748
Diffstat (limited to 'textproc/p5-Text-NSP')
-rw-r--r--textproc/p5-Text-NSP/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Text-NSP/Makefile b/textproc/p5-Text-NSP/Makefile
index 0730ada75e56..6df62fc665c2 100644
--- a/textproc/p5-Text-NSP/Makefile
+++ b/textproc/p5-Text-NSP/Makefile
@@ -20,7 +20,7 @@ PORTDOCS= CHANGES README doc/FAQ.pod doc/NSP-Class-diagram.pdf \
.ifndef (NOPORTDOCS)
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
@${ECHO_MSG} "===> Installing documentation in ${DOCSDIR}"
.endif