Fix plist substitution in the new Perl order.
Pointy hat to: linimon
This commit is contained in:
parent
df787b975d
commit
b92954d9ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199118
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p
|
|||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
MAN3+= Jcode::Unicode.3 Jcode::Unicode::Constants.3 \
|
||||
Jcode::Unicode::NoXS.3
|
||||
PLIST_SUB= WRAPPER="@comment " REALMOD=""
|
||||
PLIST_SUB+= WRAPPER="@comment " REALMOD=""
|
||||
.else
|
||||
PLIST_SUB= WRAPPER="" REALMOD="@comment "
|
||||
PLIST_SUB+= WRAPPER="" REALMOD="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue