diff options
Diffstat (limited to 'devel/p5-Glib2/Makefile')
-rw-r--r-- | devel/p5-Glib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Glib2/Makefile b/devel/p5-Glib2/Makefile index afeee330b9c5..67597dccaed9 100644 --- a/devel/p5-Glib2/Makefile +++ b/devel/p5-Glib2/Makefile @@ -35,6 +35,6 @@ IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ - 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} + 's,^,${MAN3PREFIX:S,^${TARGETDIR}/,,}/man/man3/,' >> ${TMPPLIST} .include <bsd.port.post.mk> |