diff options
Diffstat (limited to 'textproc/p5-dTemplate/Makefile')
-rw-r--r-- | textproc/p5-dTemplate/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-dTemplate/Makefile b/textproc/p5-dTemplate/Makefile index a47ee89..62342fb 100644 --- a/textproc/p5-dTemplate/Makefile +++ b/textproc/p5-dTemplate/Makefile @@ -13,10 +13,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= jeremy@external.org +PERL_CONFIGURE= yes + MAN3= dTemplate.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |