mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- fix option VAR_LOG
PR: 217285
This commit is contained in:
parent
e9c9f7bbb0
commit
fd650bcd75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434641
1 changed files with 3 additions and 0 deletions
|
@ -84,5 +84,8 @@ pre-install:
|
|||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/info
|
||||
${INSTALL_DATA} ${WRKSRC}/uucp/doc/uucp.info ${STAGEDIR}${PREFIX}/info/
|
||||
.if ${PORT_OPTIONS:MVAR_LOG}
|
||||
${MKDIR} ${STAGEDIR}/var/log/uucp
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue