Fix plist substitution in the new Perl order.

Pointy hat to:	linimon
This commit is contained in:
Mark Linimon 2007-09-08 16:39:27 +00:00
parent df787b975d
commit b92954d9ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199118

View file

@ -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>