move "overwrite local copy of rebar" from post-extract to pre-patch,

reducing the requirement to manually install packages when unpacking ports
source.
This commit is contained in:
sthen 2015-08-29 12:41:45 +00:00
parent f45579b095
commit b571291286

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2015/07/18 01:23:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2015/08/29 12:41:45 sthen Exp $
COMMENT= distributed data store
DISTNAME= riak-2.0.4
@ -121,7 +121,7 @@ versions:
.endfor
# Overwrite local copy of rebar
post-extract:
pre-patch:
cp ${LOCALBASE}/bin/rebar16 ${WRKSRC}/rebar
pre-configure: