aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-08-17 21:05:45 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-08-17 21:05:45 +0800
commit0ebabad8029c52c3c8a2d7c6f907acaa92fb4ee6 (patch)
tree82c3b50eef2c7acd857f46e7c749d1553d2056d2 /net
parentfbe29a2d40b4f805df288b00b5728e73331b7bae (diff)
downloadfreebsd-ports-gnome-0ebabad8029c52c3c8a2d7c6f907acaa92fb4ee6.tar.gz
freebsd-ports-gnome-0ebabad8029c52c3c8a2d7c6f907acaa92fb4ee6.tar.zst
freebsd-ports-gnome-0ebabad8029c52c3c8a2d7c6f907acaa92fb4ee6.zip
- Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'net')
-rw-r--r--net/p5-MaxMind-DB-Writer/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/p5-MaxMind-DB-Writer/Makefile b/net/p5-MaxMind-DB-Writer/Makefile
index be9e433fc6bb..975a3a253123 100644
--- a/net/p5-MaxMind-DB-Writer/Makefile
+++ b/net/p5-MaxMind-DB-Writer/Makefile
@@ -3,6 +3,7 @@
PORTNAME= MaxMind-DB-Writer
PORTVERSION= 0.100004
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MAXMIND
@@ -40,4 +41,7 @@ TEST_DEPENDS= p5-Data-Printer>=0:${PORTSDIR}/devel/p5-Data-Printer \
USE_PERL5= modbuild
USES= perl5
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MaxMind/DB/Writer/Tree/Tree.so
+
.include <bsd.port.mk>