summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-21 20:14:45 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-21 20:14:45 +0000
commitf77b3c5c116b3ebbaa4455ce906ffcc78efabc64 (patch)
treee249885d0adb33aefe48b6115c16763fc47e4329 /astro
parentThe current maintainer does not wish to maintain these ports anymore, (diff)
Remove a hidden dependency on Perl: PERL->REINPLACE_CMD.
PR: 47272 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=73745
Diffstat (limited to 'astro')
-rw-r--r--astro/gpsman/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/gpsman/Makefile b/astro/gpsman/Makefile
index 09e14b40b3ee..14a5225e4d8d 100644
--- a/astro/gpsman/Makefile
+++ b/astro/gpsman/Makefile
@@ -18,13 +18,14 @@ MAINTAINER= david@catwhisker.org
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
+USE_REINPLACE= yes
NO_BUILD= yes
# MAN1= gpsman.1
# MANCOMPRESSED= yes
pre-install:
- @${PERL} -pi -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/gpsman.tcl
+ @${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/gpsman.tcl
do-install:
@${MKDIR} ${PREFIX}/share/gpsman