summaryrefslogtreecommitdiff
path: root/lang/erlang14
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-01-03 14:41:32 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-01-03 14:41:32 +0000
commitc283c902d4624f8f96426fd537c40f4342dad963 (patch)
treec9c4676f51cd6b7df7be5e7bff0013df66671905 /lang/erlang14
parent- Update to 1.42.04 (diff)
Remove extra whitespace, use tabs only.
Notes
Notes: svn path=/head/; revision=247062
Diffstat (limited to 'lang/erlang14')
-rw-r--r--lang/erlang14/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile
index e5aa6ba7b2cf..1f75e8ac22e7 100644
--- a/lang/erlang14/Makefile
+++ b/lang/erlang14/Makefile
@@ -174,13 +174,13 @@ post-install:
@for LIBRARY in ${OTP_LIBS}; do \
cd ${PREFIX} ; ${TEST} -d lib/erlang/lib/$${LIBRARY} \
&& ${FIND} lib/erlang/lib/$${LIBRARY} -type d -empty \
- | ${SED} -e 's#^#@exec ${MKDIR} %D/#g'; \
+ | ${SED} -e 's#^#@exec ${MKDIR} %D/#g'; \
done | ${SORT} >> ${ERLANG_PLIST}
@for LIBRARY in ${OTP_LIBS}; do \
cd ${PREFIX} ; ${TEST} -d lib/erlang/lib/$${LIBRARY} \
&& ${FIND} lib/erlang/lib/$${LIBRARY} -type d \
- | ${SED} -e 's/^/@dirrm /g'; \
+ | ${SED} -e 's/^/@dirrm /g'; \
done | ${SORT} -r >> ${ERLANG_PLIST}
# Other directories.
@@ -188,7 +188,7 @@ post-install:
@cd ${PREFIX} ; ${FIND} lib/erlang/* -type d | ${SORT} -r \
| ${GREP} -v "^lib/erlang/man" \
| ${GREP} -v "^lib/erlang/lib" \
- | ${SED} -e 's/^/@dirrm /g' \
+ | ${SED} -e 's/^/@dirrm /g' \
>> ${ERLANG_PLIST}
@${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script