summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Prima/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-02 21:56:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-02 21:56:18 +0000
commitb74405ebd99e9a35f278a489bfa71db230db1e3b (patch)
treef3bf3f8d928f44712018284e6534da24459e00ee /x11-toolkits/p5-Prima/Makefile
parentUpdate to 1.14 (diff)
Update to 1.54
Changes: https://metacpan.org/changes/distribution/Prima
Notes
Notes: svn path=/head/; revision=492013
Diffstat (limited to 'x11-toolkits/p5-Prima/Makefile')
-rw-r--r--x11-toolkits/p5-Prima/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile
index 08da0ea733df..092a69238fdc 100644
--- a/x11-toolkits/p5-Prima/Makefile
+++ b/x11-toolkits/p5-Prima/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Prima
-PORTVERSION= 1.53
+PORTVERSION= 1.54
CATEGORIES= x11-toolkits graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -44,7 +44,6 @@ XFT_USE= XORG=xft
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Prima/Prima.so
- @${REINPLACE_CMD} -e 's|${STAGEDIR}||' \
- ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/Prima/Config.pm
+ @${REINPLACE_CMD} -e 's|${STAGEDIR}||' ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/Prima/Config.pm
.include <bsd.port.mk>