From 33085970800ef45d6ab8b05aecb75db75fe5de8f Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Tue, 25 Jun 2002 19:19:54 +0000 Subject: Use REINPLACE_CMD as well as USE_REINPLACE --- devel/decompyle/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/decompyle') diff --git a/devel/decompyle/Makefile b/devel/decompyle/Makefile index 34b9bf2243dc..b1f06d2d079c 100644 --- a/devel/decompyle/Makefile +++ b/devel/decompyle/Makefile @@ -15,10 +15,11 @@ MAINTAINER= perky@FreeBSD.org USE_PYTHON= yes USE_PYDISTUTILS= yes +USE_REINPLACE= yes PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,${LOCALBASE}/,,g} post-patch: - ${PERL} -pi -e 's,/usr/bin/env python2,${PYTHON_CMD},' \ + ${REINPLACE_CMD} -e 's,/usr/bin/env python2,${PYTHON_CMD},' \ ${WRKSRC}/scripts/decompyle .include -- cgit v1.2.3