diff options
Diffstat (limited to 'devel/p5-ReadLine-Perl')
-rw-r--r-- | devel/p5-ReadLine-Perl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/p5-ReadLine-Perl/Makefile b/devel/p5-ReadLine-Perl/Makefile index a8a104a52a49..b2e6b0c6421b 100644 --- a/devel/p5-ReadLine-Perl/Makefile +++ b/devel/p5-ReadLine-Perl/Makefile @@ -13,11 +13,8 @@ MASTER_SITE_SUBDIR= Term PKGNAMEPREFIX= p5- DISTNAME= Term-ReadLine-Perl-${PORTVERSION} -MAINTAINER= mph@freebsd.org +MAINTAINER= mph@FreeBSD.org -USE_PERL5= YES - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL +PERL_CONFIGURE= YES .include <bsd.port.mk> |