aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-08-17 21:04:21 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-08-17 21:04:21 +0800
commit8df6f1444dbb2266f93bfdc06e6881c24bed0579 (patch)
treee524e73abba26982e32de732bb18209aae9a9cee /devel
parentfdf644efbec9d98c03bdf9ee8dcf8fb5ef8afecf (diff)
downloadfreebsd-ports-gnome-8df6f1444dbb2266f93bfdc06e6881c24bed0579.tar.gz
freebsd-ports-gnome-8df6f1444dbb2266f93bfdc06e6881c24bed0579.tar.zst
freebsd-ports-gnome-8df6f1444dbb2266f93bfdc06e6881c24bed0579.zip
- Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-DateTime-Astro/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-DateTime-Astro/Makefile b/devel/p5-DateTime-Astro/Makefile
index c07254204fc5..1e90aef18a0b 100644
--- a/devel/p5-DateTime-Astro/Makefile
+++ b/devel/p5-DateTime-Astro/Makefile
@@ -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>