aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-PGPLOT
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:38:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:42:01 +0000
commit3660770f019844cf0bae6408646f1534df7eb91c (patch)
tree08849f53e0ca4ef8866394b73f36911e5a626bc2 /graphics/p5-PGPLOT
parent830741349c4bcfa6c52caf6a412ef6af4dd8948a (diff)
downloadports-3660770f019844cf0bae6408646f1534df7eb91c.tar.gz
ports-3660770f019844cf0bae6408646f1534df7eb91c.zip
graphics/p5-PGPLOT: Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'graphics/p5-PGPLOT')
-rw-r--r--graphics/p5-PGPLOT/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile
index 71a59c94107c..b114985b42e1 100644
--- a/graphics/p5-PGPLOT/Makefile
+++ b/graphics/p5-PGPLOT/Makefile
@@ -1,6 +1,6 @@
PORTNAME= PGPLOT
PORTVERSION= 2.21
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KGB
@@ -20,12 +20,16 @@ LIB_DEPENDS= libpgplot.so:graphics/pgplot \
USES= fortran perl5 xorg
USE_XORG= x11
+
INSTALL_TARGET= pure_install
TEST_TARGET= test
SCRIPTS_ENV= PERL=${PERL}
OPTIONS_DEFINE= EXAMPLES
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PGPLOT/PGPLOT.so
+
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} test* ${STAGEDIR}${EXAMPLESDIR})