add a post-install target to show pkg/MESSAGE

Requested by: Maintainer
This commit is contained in:
Seiichirou Hiraoka 2000-02-03 15:50:05 +00:00
parent 3b164ec86e
commit f09bd223ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25459

View File

@ -39,4 +39,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/4DEVELOPERS.jp ${WRKSRC}/README.jp ${DOCDIR}
.endif
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>