summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 13:05:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 13:05:45 +0000
commit90a75529dce3ff2011635585bb9f16729446e8f7 (patch)
tree82c3b50eef2c7acd857f46e7c749d1553d2056d2
parent- Strip shared library (diff)
- Strip shared library
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=394489
-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>