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

Fix plist with -DNOPORTDOCS

Prompted by:	QAT QA run
This commit is contained in:
Ion-Mihai Tetcu 2009-04-21 09:28:15 +00:00
parent 4be9feac90
commit d6f9da92f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232403

View File

@ -28,8 +28,6 @@ do-install:
@(${GREP} -v ${PREFIX}/bin/esh /etc/shells.bak; \
${ECHO_CMD} ${PREFIX}/bin/esh) > /etc/shells
@${RM} /etc/shells.bak
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info/esh.info
.endif
.include <bsd.port.mk>