1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Don't cat pkg-message from Makefile

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-12-08 17:48:31 +00:00
parent b190a4f8d1
commit e645e61823
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403321

View File

@ -80,6 +80,5 @@ post-install:
@cd ${WRKDIR}/eboard-extras-${extra} && ${SETENV} ${MAKE_ENV} ${MAKE} install DATADIR=${STAGEDIR}${DATADIR}
.endfor
@${INSTALL_DATA} ${WRKSRC}/icon-eboard.xpm ${STAGEDIR}${PREFIX}/share/pixmaps/eboard.xpm
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>