1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-08-17 13:03:58 +00:00
parent 423df70831
commit bed0e21af7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394466

View File

@ -3,6 +3,7 @@
PORTNAME= Search-Xapian
PORTVERSION= 1.2.21.0
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \
LOCAL/sunpoet \
@ -29,4 +30,7 @@ USES= perl5
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>