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