summaryrefslogtreecommitdiff
path: root/www/evg
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-07 17:49:52 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-07 17:49:52 +0000
commite40046b15dfb9ad5c4dcaa8137ef304b829ea59b (patch)
tree608ae9c87b150f1e38d0af957c8f5103a8dacaab /www/evg
parentFix typo. (diff)
Clean up inefficient perl invocations; use multiple REs in the same call.
Notes
Notes: svn path=/head/; revision=36897
Diffstat (limited to 'www/evg')
-rw-r--r--www/evg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/evg/Makefile b/www/evg/Makefile
index 49ff81dbf7bf..54d6c2b4a16a 100644
--- a/www/evg/Makefile
+++ b/www/evg/Makefile
@@ -25,9 +25,9 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
post-patch:
- @ ${PERL} -pi -e 's#/usr/bin/python#${PYTHON_CMD}#' ${WRKSRC}/evg
- @ ${PERL} -pi -e 's#/usr/X11R6#${X11BASE}#' ${WRKSRC}/evg
- @ ${PERL} -pi -e 's#/usr/bin/ee#${X11BASE}/bin/xv#' ${WRKSRC}/evg
+ @ ${PERL} -pi -e 's#/usr/bin/python#${PYTHON_CMD}# ; \
+ s#/usr/X11R6#${X11BASE}# ; \
+ s#/usr/bin/ee#${X11BASE}/bin/xv#' ${WRKSRC}/evg
do-install:
@ ${MKDIR} ${PYTHON_SITELIBDIR}