mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
graphics/p5-PGPLOT: Strip shared library
- Bump PORTREVISION for package change
This commit is contained in:
parent
830741349c
commit
3660770f01
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user