mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix bad syntax
This commit is contained in:
parent
b586c45145
commit
08d0acafb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299006
@ -117,7 +117,7 @@ post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${TOUCH}
|
||||
|
||||
post-install:
|
||||
.if !empty(PORT_OPTIONS:MMTP) || !empty${PORT_OPTIONS:MNJB} || !empty(PORT_OPTIONS:MGPOD)
|
||||
.if !empty(PORT_OPTIONS:MMTP) || !empty(PORT_OPTIONS:MNJB) || !empty(PORT_OPTIONS:MGPOD)
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user