summaryrefslogtreecommitdiff
path: root/x11/xbanner
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 /x11/xbanner
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 'x11/xbanner')
-rw-r--r--x11/xbanner/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile
index f6ee4cdf3d6d..8ef14560b78b 100644
--- a/x11/xbanner/Makefile
+++ b/x11/xbanner/Makefile
@@ -20,8 +20,8 @@ USE_XPM= yes
#USE_IMAKE= yes
post-patch:
- @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/xres.c
- @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/samples/XBanner.ad
+ @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' \
+ ${WRKSRC}/xres.c ${WRKSRC}/samples/XBanner.ad
post-install:
${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \