diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-04 17:28:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-04 17:28:54 +0800 |
commit | 5b8c3d26c7af24ece589df22ef52bc8e68a3c919 (patch) | |
tree | 95c4bc429aab1272c97a983fb0f8da4058798693 /databases | |
parent | 0d634a473ad900ade2b78e2ff8632f6c1a9111c9 (diff) | |
download | freebsd-ports-gnome-5b8c3d26c7af24ece589df22ef52bc8e68a3c919.tar.gz freebsd-ports-gnome-5b8c3d26c7af24ece589df22ef52bc8e68a3c919.tar.zst freebsd-ports-gnome-5b8c3d26c7af24ece589df22ef52bc8e68a3c919.zip |
Strip shared library
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Bump PORTREVISION for package change
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Search-Xapian10/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/p5-Search-Xapian10/Makefile b/databases/p5-Search-Xapian10/Makefile index 4c68300d2799..5e6fa264aa3e 100644 --- a/databases/p5-Search-Xapian10/Makefile +++ b/databases/p5-Search-Xapian10/Makefile @@ -3,7 +3,7 @@ PORTNAME= Search-Xapian10 PORTVERSION= 1.0.23.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ PKGNAMEPREFIX= p5- @@ -18,7 +18,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= xapian-core10>=1.0.22:databases/xapian-core10 RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS= p5-Search-Xapian-1.[^0]* +CONFLICTS_INSTALL= p5-Search-Xapian12- USES= perl5 USE_PERL5= configure @@ -27,4 +27,7 @@ CC= ${CXX} post-patch: @${REINPLACE_CMD} -e 's/^if (defined $$builddir/if (0/' ${WRKSRC}/Makefile.PL +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Search/Xapian/Xapian.so + .include <bsd.port.mk> |