${MASTERDIR}/pkg/MESSAGE -> ${PKGMESSAGE} (now that's a new one!)

This commit is contained in:
Satoshi Asami 2000-10-08 10:04:18 +00:00
parent abc7b2571a
commit a537c475ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33572

View File

@ -42,6 +42,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/transistor.pdf ${PREFIX}/share/texmf/doc/dvipdfm
( cd ${PREFIX}/share/texmf/doc/dvipdfm ; tex dvipdfm ; ${PREFIX}/bin/dvipdfm dvipdfm ; ${RM} dvipdfm.log dvipdfm.dvi )
.endif
${CAT} ${MASTERDIR}/pkg/MESSAGE
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>