diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-12-31 23:47:01 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-12-31 23:47:01 +0800 |
| commit | f9bf1c0169a45e7b7e7cd6b239ac90bf4502abc0 (patch) | |
| tree | dccb4eb042f4342225960811149f1d0bcce6f182 /math/PDL/Makefile | |
| parent | lang/v: Mark BROKEN on i386 (diff) | |
math/PDL: Remove PDL::Graphics::State since it has been moved to p5-PGPLOT
from PGPLOT 2.34 Changes:
- move PDL::Graphics::State to this distro
Reference: https://metacpan.org/dist/PGPLOT/changes
Diffstat (limited to 'math/PDL/Makefile')
| -rw-r--r-- | math/PDL/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index f433165366d2..949d03b2afac 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -1,5 +1,6 @@ PORTNAME= PDL PORTVERSION= 2.095 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN @@ -104,5 +105,7 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PDL/Slices/Slices.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PDL/Transform/Transform.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PDL/Ufunc/Ufunc.so + ${RM} ${STAGEDIR}${SITE_ARCH}/PDL/Graphics/State.pm + ${RM} ${STAGEDIR}${SITE_MAN3}/PDL::Graphics::State.3 .include <bsd.port.post.mk> |
