summaryrefslogtreecommitdiff
path: root/math/clarence
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 17:06:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 17:06:27 +0000
commit161b751262bc5e1c5239a167762733cdcdd1d29d (patch)
treec8a813985306d0a0d3b0535c8d9d96829a495944 /math/clarence
parentchange master site (diff)
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39656 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61740
Diffstat (limited to 'math/clarence')
-rw-r--r--math/clarence/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/clarence/Makefile b/math/clarence/Makefile
index e997fb256fa8..8b27f059f7bf 100644
--- a/math/clarence/Makefile
+++ b/math/clarence/Makefile
@@ -15,13 +15,14 @@ MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GDK.py:${PORTSDIR}/x11-toolkits/py-gtk
+USE_REINPLACE= yes
USE_PYTHON= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= clarence.1
post-patch:
- @${PERL} -pi -e "s,#!/usr/bin/python,#!/usr/bin/env python,g" ${WRKSRC}/clarence.py
+ @${REINPLACE_CMD} -e "s,#!/usr/bin/python,#!/usr/bin/env python,g" ${WRKSRC}/clarence.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/clarence.py ${PREFIX}/bin/clarence