mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Correct the SLAVE_PORT check.
This commit is contained in:
parent
41fcfb64f9
commit
fddc18c980
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360447
@ -34,7 +34,7 @@ post-patch:
|
||||
${WRKSRC}/man1/*
|
||||
${MV} ${WRKSRC}/README ${WRKSRC}/DOCS/readme.unix
|
||||
|
||||
.if ${SLAVE_PORT} == "no"
|
||||
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/p7zip
|
||||
.for BINARY in 7z 7za 7zr 7zCon.sfx
|
||||
|
Loading…
Reference in New Issue
Block a user