diff --git a/math/p5-Algorithm-Combinatorics/Makefile b/math/p5-Algorithm-Combinatorics/Makefile index 2da29571480d..ed223b642a59 100644 --- a/math/p5-Algorithm-Combinatorics/Makefile +++ b/math/p5-Algorithm-Combinatorics/Makefile @@ -1,9 +1,9 @@ PORTNAME= Algorithm-Combinatorics PORTVERSION= 0.27 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:FXN +#MASTER_SITE_SUBDIR= CPAN:FXN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -16,4 +16,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Algorithm/Combinatorics/Combinatorics.so + .include