diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-09 06:11:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-09 06:11:09 +0800 |
commit | 8fbb38cf53415e9443beb32bfb1701add07f1494 (patch) | |
tree | fd9cc4b171eb28f5d201e53458c3a0be0d6b8210 /databases/mysqlbigram | |
parent | ee59f6b1ffeb231c9dec3bec3ca39cb7a8f442e1 (diff) | |
download | freebsd-ports-gnome-8fbb38cf53415e9443beb32bfb1701add07f1494.tar.gz freebsd-ports-gnome-8fbb38cf53415e9443beb32bfb1701add07f1494.tar.zst freebsd-ports-gnome-8fbb38cf53415e9443beb32bfb1701add07f1494.zip |
Fix some horribly broken ports
Broken resurrections provided by: danfe
Diffstat (limited to 'databases/mysqlbigram')
-rw-r--r-- | databases/mysqlbigram/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/mysqlbigram/Makefile b/databases/mysqlbigram/Makefile index 8fb659052cbb..ff1c2fbc2f66 100644 --- a/databases/mysqlbigram/Makefile +++ b/databases/mysqlbigram/Makefile @@ -3,6 +3,7 @@ PORTNAME= mysqlbigram PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://mysqlbigram.googlepages.com/ DISTNAME= bi_gram-src-${PORTVERSION} @@ -13,12 +14,14 @@ COMMENT= Simple n-gram (bi-gram) fulltext parser plugin for MySQL LICENSE= LGPL21 GNU_CONFIGURE= yes +USES= libtool USE_MYSQL= yes +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/bi_gram -PLIST_FILES= lib/mysql/bi_gramlib.la \ - lib/mysql/bi_gramlib.so \ - lib/mysql/bi_gramlib.so.0 +PLIST_FILES= lib/mysql/bi_gramlib.so \ + lib/mysql/bi_gramlib.so.0 \ + lib/mysql/bi_gramlib.so.0.0.0 post-patch: @${REINPLACE_CMD} -e 's,bool ,my_&,' ${WRKSRC}/bi_gram_plugin.c |