diff options
Diffstat (limited to 'lang/erlang-runtime16/Makefile')
-rw-r--r-- | lang/erlang-runtime16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index 56fd3e990630..8c4dc9d0811d 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -125,4 +125,4 @@ post-stage: @cd ${STAGEDIR}${PREFIX}; ${FIND} lib/${ERLANG_LIB}/* -type f -o -type l \ | ${SORT} >> ${TMPPLIST} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |