aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Digest-MD4
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-11-25 01:40:44 +0800
committermat <mat@FreeBSD.org>2013-11-25 01:40:44 +0800
commit636603b4256acd6500e9ea55ddd74f51e9ed605d (patch)
treef9d8301a9f6d3b115d6bf94c75a45e2ab5278877 /security/p5-Digest-MD4
parentc9f522e23f02154df2d9ac4a762e4f63f9333137 (diff)
downloadfreebsd-ports-gnome-636603b4256acd6500e9ea55ddd74f51e9ed605d.tar.gz
freebsd-ports-gnome-636603b4256acd6500e9ea55ddd74f51e9ed605d.tar.zst
freebsd-ports-gnome-636603b4256acd6500e9ea55ddd74f51e9ed605d.zip
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE.
Diffstat (limited to 'security/p5-Digest-MD4')
-rw-r--r--security/p5-Digest-MD4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile
index 97a60f5e97b2..7791e0d44deb 100644
--- a/security/p5-Digest-MD4/Makefile
+++ b/security/p5-Digest-MD4/Makefile
@@ -24,8 +24,8 @@ PORTDOCS= Changes rfc1320.txt
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}/
- cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif