diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-15 10:25:18 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-15 10:25:18 +0000 |
commit | 11af726579a9db1aedabc37d4258718e2bb2ccf1 (patch) | |
tree | f64c885e0c7be7f6a52cee5c4037c65698940573 /devel/erlang-thrift | |
parent | 84238afb1c975bc7a834c164ca636daa71ad527d (diff) |
Notes
Diffstat (limited to 'devel/erlang-thrift')
-rw-r--r-- | devel/erlang-thrift/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/erlang-thrift/Makefile b/devel/erlang-thrift/Makefile index 838e503c6b16..9171ad36420b 100644 --- a/devel/erlang-thrift/Makefile +++ b/devel/erlang-thrift/Makefile @@ -6,8 +6,7 @@ # PORTNAME= thrift -PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTVERSION= 0.3.0 PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -42,6 +41,7 @@ do-patch: ${WRKSRC}/build/buildtargets.mk ${REINPLACE_CMD} "/^THRIFT_VSN=/s/0\.1/${PORTVERSION}/" \ ${WRKSRC}/vsn.mk + ${REINPLACE_CMD} -e "s,$$(top_builddir)/config.status,," ${WRKSRC}/Makefile # Gnarly and ripped off from erlang-mysql; no bsd.erlang.mk yet. do-install: |