aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/erlang-doc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/erlang-doc/Makefile b/lang/erlang-doc/Makefile
index b3bd4fae0308..d16c28c2567c 100644
--- a/lang/erlang-doc/Makefile
+++ b/lang/erlang-doc/Makefile
@@ -86,4 +86,7 @@ do-install:
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${FILE} ${LOCALBASE}/share/doc/erlang
.endfor
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>