diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2008-11-04 16:25:28 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2008-11-04 16:25:28 +0000 |
commit | e950c1a93843e232339eb6db0a4b65f9beae3fc9 (patch) | |
tree | 52362e7afd8a3c9f3c245645223b40e5bb6e51bf /devel/p5-Mouse | |
parent | a0e3ff7389e0e4e302ba7e23932ca5f10fe583a3 (diff) | |
download | ports-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 'devel/p5-Mouse')
-rw-r--r-- | devel/p5-Mouse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |