aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Runtime/Makefile
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2008-11-04 16:25:28 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2008-11-04 16:25:28 +0000
commite950c1a93843e232339eb6db0a4b65f9beae3fc9 (patch)
tree52362e7afd8a3c9f3c245645223b40e5bb6e51bf /www/p5-Catalyst-Runtime/Makefile
parenta0e3ff7389e0e4e302ba7e23932ca5f10fe583a3 (diff)
downloadports-e950c1a93843e232339eb6db0a4b65f9beae3fc9.tar.gz
ports-e950c1a93843e232339eb6db0a4b65f9beae3fc9.zip
Fix installation problem for people who have changed WRKDIRPREFIX.
Reported by: "Ivan B. Serezhkin" <ivan@serezhkin.com>
Notes
Notes: svn path=/head/; revision=222383
Diffstat (limited to 'www/p5-Catalyst-Runtime/Makefile')
-rw-r--r--www/p5-Catalyst-Runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile
index 668e9d2ead48..aa609a120f09 100644
--- a/www/p5-Catalyst-Runtime/Makefile
+++ b/www/p5-Catalyst-Runtime/Makefile
@@ -77,7 +77,7 @@ MAN3= Catalyst.3 \
Catalyst::View.3
post-install:
- @${CAT} pkg-message
+ @${CAT} ${PKGDIR}/pkg-message
post-extract:
@${PERL} -i.bak -ne 'print unless m,^feature, .. m,;$$,' ${WRKSRC}/Makefile.PL