1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

fix install-doc error

Submitted by:	bento log
This commit is contained in:
Ying-Chieh Liao 2002-09-27 18:10:40 +00:00
parent a3f4d289f4
commit eed22351db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67169

View File

@ -34,7 +34,7 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/ccrypt.html ${DOCSDIR}
.endif
.include <bsd.port.mk>