summaryrefslogtreecommitdiff
path: root/lang/erlang14
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-08-14 12:39:08 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-08-14 12:39:08 +0000
commitceec748fb37875114d4e8a373ec27a9ffc84781a (patch)
tree443e0af2719fea782691b52e1b5d8b4ee07d6ad1 /lang/erlang14
parentFix a few whitespace nits. (diff)
Display PKGMESSAGE after installation from port.
Notes
Notes: svn path=/head/; revision=259211
Diffstat (limited to 'lang/erlang14')
-rw-r--r--lang/erlang14/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile
index b7a1701aa06a..d2564c68ef85 100644
--- a/lang/erlang14/Makefile
+++ b/lang/erlang14/Makefile
@@ -208,6 +208,7 @@ post-install:
@${ECHO_CMD} "r ${ERLANG_PLIST}" >> ${WRKDIR}/ex.script
@${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script
@cd ${WRKDIR}; ex < ex.script
+ @${CAT} ${PKGMESSAGE}
buildplt:
@${ECHO_CMD} =====================================================