summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Prima/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-10-11 14:15:37 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-10-11 14:15:37 +0000
commit4edc6169a4d2d3670f6e3bd7d1b65eb7f311905c (patch)
tree9d4e82231486e57fab2f314fdf3566147002b0c0 /x11-toolkits/p5-Prima/Makefile
parentUpdate to 2.029. (diff)
Update to 1.49.
Changes: https://metacpan.org/changes/distribution/Prima
Notes
Notes: svn path=/head/; revision=423763
Diffstat (limited to 'x11-toolkits/p5-Prima/Makefile')
-rw-r--r--x11-toolkits/p5-Prima/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile
index 9869a1290ac7..d7b9acb61a19 100644
--- a/x11-toolkits/p5-Prima/Makefile
+++ b/x11-toolkits/p5-Prima/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Prima
-PORTVERSION= 1.47
+PORTVERSION= 1.49
CATEGORIES= x11-toolkits graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -38,7 +38,7 @@ XFT_USE= XORG=xft
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Prima/Prima.so
- ${REINPLACE_CMD} -i '' -e 's|${STAGEDIR}||' \
+ @${REINPLACE_CMD} -e 's|${STAGEDIR}||' \
${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/Prima/Config.pm
.include <bsd.port.mk>