diff options
Diffstat (limited to 'x11-toolkits/p5-Gnome2-VFS')
-rw-r--r-- | x11-toolkits/p5-Gnome2-VFS/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-toolkits/p5-Gnome2-VFS/Makefile b/x11-toolkits/p5-Gnome2-VFS/Makefile index 90778479354c..0ea8456a28de 100644 --- a/x11-toolkits/p5-Gnome2-VFS/Makefile +++ b/x11-toolkits/p5-Gnome2-VFS/Makefile @@ -26,16 +26,10 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 USE_GNOME= gnomevfs2 -PERL_CONFIGURE= yes - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -IGNORE= this port requires perl 5.8.0 or later. Install lang/perl5.8 then try again -.endif +PERL_CONFIGURE= 5.8.0+ post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |