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

remove testing for ${PREFIX}/info/dir

This commit is contained in:
Michael Haro 1999-10-12 07:15:23 +00:00
parent 25d087514b
commit 608d3d0b8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22369

View File

@ -24,9 +24,6 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/indent.1 ${PREFIX}/man/man1
post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
@install-info ${PREFIX}/info/indent.info ${PREFIX}/info/dir
.include <bsd.port.mk>