aboutsummaryrefslogtreecommitdiff
path: root/astro/starplot
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-31 04:53:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-31 04:53:11 +0000
commit6751ed7d7017b0178a79f87e243543c718def2c1 (patch)
treeea773e62822f3267810fb171c2d3325fda54f64a /astro/starplot
parent2c549745ae7bcac47d93a333fe5859bda0d5f80a (diff)
downloadports-6751ed7d7017b0178a79f87e243543c718def2c1.tar.gz
ports-6751ed7d7017b0178a79f87e243543c718def2c1.zip
perl -> reinplace
PR: ports/47652 Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Notes
Notes: svn path=/head/; revision=88166
Diffstat (limited to 'astro/starplot')
-rw-r--r--astro/starplot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/starplot/Makefile b/astro/starplot/Makefile
index aa4d23eeb15b..7147e4a436e2 100644
--- a/astro/starplot/Makefile
+++ b/astro/starplot/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= pat@FreeBSD.org
COMMENT= 3-dimensional viewer for star charts
USE_X_PREFIX= yes
+USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= gtk12
USE_XPM= yes
@@ -23,10 +24,10 @@ MAKE_ENV= DATADIR="${DATADIR}" \
MAN1= starplot.1 starconvert.1
pre-patch:
- @${PERL} -pi.orig -e 's|DATADIR|${DATADIR}|; s|DOCDIR|${DOCSDIR}|; \
+ @${REINPLACE_CMD} -e 's|DATADIR|${DATADIR}|; s|DOCDIR|${DOCSDIR}|; \
s|BINARYNAME|${PORTNAME}|; s|CONVERTNAME|starconvert|' \
${WRKSRC}/doc/man/*
- @${PERL} -pi.orig -e 's|/usr/local/share/starplot|${DATADIR}|; \
+ @${REINPLACE_CMD} -e 's|/usr/local/share/starplot|${DATADIR}|; \
s|/usr/local/share/doc/starplot|${DOCSDIR}|' \
${WRKSRC}/gui/starplot.h