aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-08-17 21:03:53 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-08-17 21:03:53 +0800
commit7bb924143e5acad01ecdea7398797fcff8df6991 (patch)
tree8931c9aedcb66e6763a4ef24e6a0f6ae925dbc34 /databases
parent33f03954f8d1fecb9770f15a42f5efe194e6e598 (diff)
downloadfreebsd-ports-gnome-7bb924143e5acad01ecdea7398797fcff8df6991.tar.gz
freebsd-ports-gnome-7bb924143e5acad01ecdea7398797fcff8df6991.tar.zst
freebsd-ports-gnome-7bb924143e5acad01ecdea7398797fcff8df6991.zip
- Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-BDB/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/p5-BDB/Makefile b/databases/p5-BDB/Makefile
index 0e4820139fbb..d58f0042e642 100644
--- a/databases/p5-BDB/Makefile
+++ b/databases/p5-BDB/Makefile
@@ -3,7 +3,7 @@
PORTNAME= BDB
PORTVERSION= 1.90
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
@@ -30,4 +30,7 @@ USES= perl5
post-patch:
@${REINPLACE_CMD} -e '18 s|-ldb|-l${BDB_LIB_NAME}|' ${WRKSRC}/Makefile.PL
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BDB/BDB.so
+
.include <bsd.port.mk>