aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-runtime15/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2016-01-30 20:24:18 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2016-01-30 20:24:18 +0000
commit446cdc5a70b185538801e2e9a91248d4b96206a6 (patch)
tree8eeb6e156e5f7b996e9b5678b1c4d70c29a546cd /lang/erlang-runtime15/Makefile
parentedfa1cfc4fc665a44018e578f64d05d6b49e4cf5 (diff)
downloadports-446cdc5a70b185538801e2e9a91248d4b96206a6.tar.gz
ports-446cdc5a70b185538801e2e9a91248d4b96206a6.zip
Notes
Diffstat (limited to 'lang/erlang-runtime15/Makefile')
-rw-r--r--lang/erlang-runtime15/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile
index 604835799531..13b9334700c3 100644
--- a/lang/erlang-runtime15/Makefile
+++ b/lang/erlang-runtime15/Makefile
@@ -204,11 +204,7 @@ post-install:
.if ! ${PORT_OPTIONS:MWX}
${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/wx-*
.endif
-
- @cd ${STAGEDIR}${PREFIX}; ${FIND} lib/${ERLANG_LIB}/* -type d -empty \
- | ${SORT} \
- | ${SED} -e 's#^#@dir #g' \
- > ${TMPPLIST}
+ ${FIND} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/* -type d -empty -delete
@cd ${STAGEDIR}${PREFIX}; ${FIND} lib/${ERLANG_LIB}/* -type f -o -type l \
| ${SORT} \