summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-21 09:28:15 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-21 09:28:15 +0000
commitd6f9da92f96e2b2930c9e108d56df27b23841b3b (patch)
tree5115d6365bf786eab91e7932d71efcdc9738fc96 /shells
parentDrop maintainership. (diff)
Fix plist with -DNOPORTDOCS
Prompted by: QAT QA run
Notes
Notes: svn path=/head/; revision=232403
Diffstat (limited to 'shells')
-rw-r--r--shells/esh/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile
index 7260348516a7..536834ae4ae1 100644
--- a/shells/esh/Makefile
+++ b/shells/esh/Makefile
@@ -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>