Date: Tue, 19 Jan 2016 14:05:09 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406701 - head/misc/p5-Text-FIGlet Message-ID: <201601191405.u0JE59Ol010402@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jan 19 14:05:09 2016 New Revision: 406701 URL: https://svnweb.freebsd.org/changeset/ports/406701 Log: - Fix path: change from /usr/games/lib/figlet to PREFIX/share/figlet - Bump PORTREVISION for package change PR: 205824 Submitted by: rodrigo Modified: head/misc/p5-Text-FIGlet/Makefile Modified: head/misc/p5-Text-FIGlet/Makefile ============================================================================== --- head/misc/p5-Text-FIGlet/Makefile Tue Jan 19 14:05:04 2016 (r406700) +++ head/misc/p5-Text-FIGlet/Makefile Tue Jan 19 14:05:09 2016 (r406701) @@ -3,7 +3,7 @@ PORTNAME= Text-FIGlet PORTVERSION= 2.19.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,11 @@ TEST_DEPENDS= p5-Test-Differences>=0:${P p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod NO_ARCH= yes +REINPLACE_ARGS= -i '' USE_PERL5= configure USES= perl5 tar:tgz +post-patch: + @${REINPLACE_CMD} -e 's|/usr/games/lib|${PREFIX}/share|' ${WRKSRC}/bin/*.pl ${WRKSRC}/lib/Text/FIGlet.pm ${WRKSRC}/lib/Text/FIGlet/*.pm + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601191405.u0JE59Ol010402>