diff options
Diffstat (limited to 'converters/p5-Unicode-Map8/Makefile')
-rw-r--r-- | converters/p5-Unicode-Map8/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile index ff9c9864f14d..528c4b7470b6 100644 --- a/converters/p5-Unicode-Map8/Makefile +++ b/converters/p5-Unicode-Map8/Makefile @@ -16,12 +16,9 @@ MAINTAINER= ilia@cgu.chel.su BUILD_DEPENDS= ${SITE_PERL}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} -USE_PERL5= yes +PERL_CONFIGURE= yes + MAN3= Unicode::Map8.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> |