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:
parent
af17bb32c7
commit
d385b46470
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216467
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user