mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
databases/mysql55-server: fix check-plist
An empty directory `info` is created during install; it's not listed in the plist. Get rid of it. Not bumping PORTREVISION because the package itself doesn't change.
This commit is contained in:
parent
b91f6147e4
commit
c6093a753e
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,10 @@ CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON"
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} 's/*.1/${MMAN1}/' ${WRKSRC}/man/CMakeLists.txt
|
||||
|
||||
post-install:
|
||||
# Empty directory, but check-plist complains
|
||||
@${RMDIR} ${STAGEDIR}${PREFIX}/info || ${TRUE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == armv6 || ${ARCH} == armv7
|
||||
|
|
Loading…
Add table
Reference in a new issue