aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-01-09 22:42:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-01-09 22:42:02 +0800
commit4e275523b8b3e2b3f4d7362278035e1898d22b0c (patch)
treed766a7c5e370fcd328734fe188fa9f956842cf1b
parent45136c6a689cc7f4fabbd4c8c2f4fb1a96e3baf0 (diff)
downloadfreebsd-ports-gnome-4e275523b8b3e2b3f4d7362278035e1898d22b0c.tar.gz
freebsd-ports-gnome-4e275523b8b3e2b3f4d7362278035e1898d22b0c.tar.zst
freebsd-ports-gnome-4e275523b8b3e2b3f4d7362278035e1898d22b0c.zip
Strip shared library
- Bump PORTREVISION for package change
-rw-r--r--databases/p5-DBI/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 6ba303dc6122..fa94204ddbaa 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -3,6 +3,7 @@
PORTNAME= DBI
PORTVERSION= 1.636
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -26,4 +27,7 @@ SHEBANG_FILES= dbixs_rev.pl
PROXY_BUILD_DEPENDS= p5-PlRPC>=0.2001:net/p5-PlRPC
PROXY_RUN_DEPENDS= p5-PlRPC>=0.2001:net/p5-PlRPC
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBI/DBI.so
+
.include <bsd.port.mk>