forked from Lainports/freebsd-ports
math/p5-Math-Pari: Strip shared library
- Use PREFIX/SITE_ARCH_REL instead of SITE_ARCH - Bump PORTREVISION for package change
This commit is contained in:
parent
eeaa1e86f0
commit
e23124d6aa
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= Math-Pari
|
PORTNAME= Math-Pari
|
||||||
PORTVERSION= 2.01080900
|
PORTVERSION= 2.01080900
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= math perl5
|
CATEGORIES= math perl5
|
||||||
MASTER_SITES= CPAN \
|
MASTER_SITES= CPAN \
|
||||||
http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/2.3/:pari \
|
http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/2.3/:pari \
|
||||||
|
|
@ -66,7 +66,8 @@ pre-build:
|
||||||
cd ${PARI_WRKSRC} && ln -s $$(dirname $$(readlink gp)) build
|
cd ${PARI_WRKSRC} && ln -s $$(dirname $$(readlink gp)) build
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_LIB} ${PARI_WRKSRC}/build/libpari-gmp.so.2.3.5 ${STAGEDIR}${SITE_ARCH}/auto/Math/Pari
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Pari/Pari.so
|
||||||
${LN} -s libpari-gmp.so.2.3.5 ${STAGEDIR}${SITE_ARCH}/auto/Math/Pari/libpari-gmp.so.2
|
${INSTALL_LIB} ${PARI_WRKSRC}/build/libpari-gmp.so.2.3.5 ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Pari
|
||||||
|
${LN} -s libpari-gmp.so.2.3.5 ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Pari/libpari-gmp.so.2
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue