diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-06-25 19:19:54 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-06-25 19:19:54 +0000 |
commit | 33085970800ef45d6ab8b05aecb75db75fe5de8f (patch) | |
tree | 55e43b60dc76acef73aad39367c657f8b3741f59 /devel/decompyle | |
parent | upgrade to 0.26 (diff) |
Use REINPLACE_CMD as well as USE_REINPLACE
Notes
Notes:
svn path=/head/; revision=61967
Diffstat (limited to 'devel/decompyle')
-rw-r--r-- | devel/decompyle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.mk> |