1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Display package message in post-install.

This commit is contained in:
Jimmy Olgeni 2003-12-14 13:05:52 +00:00
parent 0469af19db
commit 1b42b8f902
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95784

View File

@ -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>