aboutsummaryrefslogtreecommitdiffstats
path: root/lang/erlang-runtime18
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2018-11-23 02:26:41 +0800
committerdumbbell <dumbbell@FreeBSD.org>2018-11-23 02:26:41 +0800
commit3cdd5843c01c5a25e9793a400aee1037fc4bf265 (patch)
tree863118f8054c0421507dfe9b300395e3c443ea6f /lang/erlang-runtime18
parentee48f1ca2614fa9a718a3b857ce8075e3c9b12db (diff)
downloadfreebsd-ports-gnome-3cdd5843c01c5a25e9793a400aee1037fc4bf265.tar.gz
freebsd-ports-gnome-3cdd5843c01c5a25e9793a400aee1037fc4bf265.tar.zst
freebsd-ports-gnome-3cdd5843c01c5a25e9793a400aee1037fc4bf265.zip
lang/erlang-runtime{15,16,17,18}: Fix trailing include
It should be `bsd.port.post.mk`, not `bsd.port.mk`, because we include `bsd.port.pre.mk`. Reported by: olgeni
Diffstat (limited to 'lang/erlang-runtime18')
-rw-r--r--lang/erlang-runtime18/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/erlang-runtime18/Makefile b/lang/erlang-runtime18/Makefile
index 2a3a5f83501e..c1b3e0f9cc23 100644
--- a/lang/erlang-runtime18/Makefile
+++ b/lang/erlang-runtime18/Makefile
@@ -153,4 +153,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>