aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Jcode
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-08 16:39:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-08 16:39:27 +0000
commitb92954d9ba5f4bce05b4d4122cb7259424c40976 (patch)
treeb631064c8c56365234586ea2c34f77e7976a1ca5 /japanese/p5-Jcode
parentdf787b975d5f7e7d0c1679f1100f925eb098e23f (diff)
downloadports-b92954d9ba5f4bce05b4d4122cb7259424c40976.tar.gz
ports-b92954d9ba5f4bce05b4d4122cb7259424c40976.zip
Fix plist substitution in the new Perl order.
Pointy hat to: linimon
Notes
Notes: svn path=/head/; revision=199118
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r--japanese/p5-Jcode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile
index fa7c603b92e5..37d467165ca0 100644
--- a/japanese/p5-Jcode/Makefile
+++ b/japanese/p5-Jcode/Makefile
@@ -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>