1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Don't install README if NOPORTDOCS is specified.

Reported by:	itetcu
This commit is contained in:
Florent Thoumie 2008-07-07 15:21:27 +00:00
parent af17bb32c7
commit d385b46470
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216467

View File

@ -24,7 +24,9 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tinywm ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>