summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2005-01-29 14:52:08 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2005-01-29 14:52:08 +0000
commiteb301f91bdde1d72c506a307c540babb68f7cadc (patch)
tree4dcf5be3bc07d832845a5cf5c91042f847fc6139 /lang
parent- Add package version strings (diff)
Use mkdir -p to create empty directories.
Notes
Notes: svn path=/head/; revision=127609
Diffstat (limited to 'lang')
-rw-r--r--lang/erlang/Makefile2
-rw-r--r--lang/erlang14/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 1e811d516cc1..66fffe639227 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -144,7 +144,7 @@ post-install:
@for LIBRARY in ${OTP_LIBS}; do \
cd ${PREFIX} ; ${FIND} lib/erlang/lib/$${LIBRARY} -type d -empty \
- | ${SED} -e 's#^#@exec mkdir %D/#g'; \
+ | ${SED} -e 's#^#@exec mkdir -p %D/#g'; \
done | ${SORT} >> ${WRKDIR}/PLIST.lib-erlang
@for LIBRARY in ${OTP_LIBS}; do \
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile
index 1e811d516cc1..66fffe639227 100644
--- a/lang/erlang14/Makefile
+++ b/lang/erlang14/Makefile
@@ -144,7 +144,7 @@ post-install:
@for LIBRARY in ${OTP_LIBS}; do \
cd ${PREFIX} ; ${FIND} lib/erlang/lib/$${LIBRARY} -type d -empty \
- | ${SED} -e 's#^#@exec mkdir %D/#g'; \
+ | ${SED} -e 's#^#@exec mkdir -p %D/#g'; \
done | ${SORT} >> ${WRKDIR}/PLIST.lib-erlang
@for LIBRARY in ${OTP_LIBS}; do \