1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Remove "cat pkg-message" from post-install.

Spotted by:	Jan Henrik Sylvester
This commit is contained in:
Hiroki Sato 2011-01-04 21:49:04 +00:00
parent 998f56359b
commit d22033422d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267393

View File

@ -36,12 +36,7 @@ do-install:
${LN} -sf ${LOCALBASE}/bin/etex ${PREFIX}/bin/jadetex
${LN} -sf ${LOCALBASE}/bin/pdfetex ${PREFIX}/bin/pdfjadetex
post-install: rebuild-tex-database display-message
rebuild-tex-database:
post-install:
${LOCALBASE}/bin/mktexlsr ${TEXMFDIR}
display-message:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>