Remove redundant install of man page.

This commit is contained in:
Cy Schubert 2007-10-26 16:17:48 +00:00
parent 4fa18998ba
commit 548c9d9893
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202079

View File

@ -73,8 +73,5 @@ post-install:
@if [ ! -f ${PREFIX}/etc/screenrc ]; then \
${CP} ${EXAMPLESDIR}/screenrc ${PREFIX}/etc/screenrc ; \
fi
.if defined(WITH_MAN)
${INSTALL_MAN} ${WRKSRC}/doc/screen.1 ${MANPREFIX}/man/man1
.endif
.include <bsd.port.post.mk>