From 722c77c4edb804e2ab05e2b0c6f221542db43a97 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 18 Jun 2024 12:04:00 +0800 Subject: [PATCH] math/p5-Algorithm-Combinatorics: Strip shared library - Remove MASTER_SITE_SUBDIR - Bump PORTREVISION for package change --- math/p5-Algorithm-Combinatorics/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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