aboutsummaryrefslogtreecommitdiffstats
path: root/devel/decompyle
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-06-26 03:19:54 +0800
committerperky <perky@FreeBSD.org>2002-06-26 03:19:54 +0800
commit45c4096ac3bafb84ac0896e90df7400532506572 (patch)
tree8f74e293967a39b9668314105c9c506695ed6145 /devel/decompyle
parent2b80a3a05aa67894c356407e1b02c9be1537834d (diff)
downloadfreebsd-ports-gnome-45c4096ac3bafb84ac0896e90df7400532506572.tar.gz
freebsd-ports-gnome-45c4096ac3bafb84ac0896e90df7400532506572.tar.zst
freebsd-ports-gnome-45c4096ac3bafb84ac0896e90df7400532506572.zip
Use REINPLACE_CMD as well as USE_REINPLACE
Diffstat (limited to 'devel/decompyle')
-rw-r--r--devel/decompyle/Makefile3
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>