1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

- Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-08-17 13:04:21 +00:00
parent 300b35b763
commit 0f5d6c99ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394471

View File

@ -3,7 +3,7 @@
PORTNAME= DateTime-Astro
PORTVERSION= 1.00
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DMAKI
@ -24,4 +24,7 @@ USES= gmake perl5
post-configure:
@${REINPLACE_CMD} -e '/^INC = / s|$$| -I${LOCALBASE}/include|' ${WRKSRC}/Makefile
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DateTime/Astro/Astro.so
.include <bsd.port.mk>