diff --git a/math/p5-Math-Cephes/Makefile b/math/p5-Math-Cephes/Makefile index bf4dcd533c3a..359b49861097 100644 --- a/math/p5-Math-Cephes/Makefile +++ b/math/p5-Math-Cephes/Makefile @@ -1,22 +1,23 @@ PORTNAME= Math-Cephes PORTVERSION= 0.5306 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the cephes math library WWW= https://metacpan.org/release/Math-Cephes LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE -MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure +MAKE_JOBS_UNSAFE= yes + post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Cephes/Cephes.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Cephes/Cephes.so .include