Skip to content

Commit

Permalink
graphics/p5-PGPLOT: Strip shared library
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Jul 31, 2023
1 parent 8307413 commit 3660770
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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
Expand All @@ -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})
Expand Down

0 comments on commit 3660770

Please sign in to comment.