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

Remove install-info from Makefile, it's automatically done when INFO is defined

This commit is contained in:
Edwin Groothuis 2005-12-05 03:49:51 +00:00
parent c65449fc37
commit adc1a6ec37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150438

View File

@ -37,6 +37,5 @@ do-install:
${LN} -sf dvipng ${PREFIX}/bin/dvigif
${INSTALL_MAN} ${WRKSRC}/dvipng.1 ${MANPREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/dvipng.info ${PREFIX}/info
install-info ${PREFIX}/info/dvipng.info ${PREFIX}/info/dir
.include <bsd.port.mk>