diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2010-08-17 16:58:42 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2010-08-17 16:58:42 +0000 |
commit | 46c6e83dc75931e8bc745332310816f73e2470f5 (patch) | |
tree | c42f71de6bd9ee86084e5420cff58fd5309ae510 /devel/thrift/Makefile | |
parent | 5eabcbb271aafc70e5c24a917a9cf83da2001c97 (diff) |
Notes
Diffstat (limited to 'devel/thrift/Makefile')
-rw-r--r-- | devel/thrift/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/thrift/Makefile b/devel/thrift/Makefile index 264f866f7615..8ee969f8da1e 100644 --- a/devel/thrift/Makefile +++ b/devel/thrift/Makefile @@ -7,6 +7,7 @@ PORTNAME= thrift PORTVERSION= 0.3.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE @@ -53,7 +54,7 @@ CONFIGURE_ARGS+= \ BROKEN= Does not compile on sparc64 .endif -do-patch: +post-patch: @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/cpp/Makefile.am pre-configure: |