diff options
Diffstat (limited to 'devel/p5-Include/Makefile')
-rw-r--r-- | devel/p5-Include/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/p5-Include/Makefile b/devel/p5-Include/Makefile index d32aa114945d..759787f135f4 100644 --- a/devel/p5-Include/Makefile +++ b/devel/p5-Include/Makefile @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -USE_PERL5= YES +PERL_CONFIGURE= YES MAN3= Include.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |