aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlbr <lbr@FreeBSD.org>2008-11-05 00:25:28 +0800
committerlbr <lbr@FreeBSD.org>2008-11-05 00:25:28 +0800
commit859aeed900cb74f1ddb7a9c80f377e1588047e3f (patch)
tree514f54fdae1ef516b5ec22d2bdf9bc0cf6f9f40b
parent17fd43a26fe013c43af74ac5f5d435d4cae3e89c (diff)
downloadfreebsd-ports-gnome-859aeed900cb74f1ddb7a9c80f377e1588047e3f.tar.gz
freebsd-ports-gnome-859aeed900cb74f1ddb7a9c80f377e1588047e3f.tar.zst
freebsd-ports-gnome-859aeed900cb74f1ddb7a9c80f377e1588047e3f.zip
Fix installation problem for people who have changed WRKDIRPREFIX.
Reported by: "Ivan B. Serezhkin" <ivan@serezhkin.com>
-rw-r--r--devel/p5-Moose/Makefile2
-rw-r--r--devel/p5-Mouse/Makefile2
-rw-r--r--www/p5-Catalyst-Runtime/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile
index 3dca42c867aa..8687d97c415d 100644
--- a/devel/p5-Moose/Makefile
+++ b/devel/p5-Moose/Makefile
@@ -98,7 +98,7 @@ MAN3= Moose.3 \
oose.3
post-install:
- @${CAT} pkg-message
+ @${CAT} ${PKGDIR}/pkg-message
post-extract:
@${PERL} -i -ne 'print unless m,build_requires, or m,^check_conflicts,' ${WRKSRC}/Makefile.PL
diff --git a/devel/p5-Mouse/Makefile b/devel/p5-Mouse/Makefile
index 9b6495ed3cde..f26fbc280bee 100644
--- a/devel/p5-Mouse/Makefile
+++ b/devel/p5-Mouse/Makefile
@@ -28,7 +28,7 @@ MAN3= Mouse.3 \
ouse.3
post-install:
- @${CAT} pkg-message
+ @${CAT} ${PKGDIR}/pkg-message
post-extract:
@${PERL} -i -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL
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