diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-21 20:14:45 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-21 20:14:45 +0000 |
commit | f77b3c5c116b3ebbaa4455ce906ffcc78efabc64 (patch) | |
tree | e249885d0adb33aefe48b6115c16763fc47e4329 /astro/gpsman | |
parent | 8c4aa02c33ea35c1049fdfdf16aa934e5792ec0f (diff) | |
download | ports-f77b3c5c116b3ebbaa4455ce906ffcc78efabc64.tar.gz ports-f77b3c5c116b3ebbaa4455ce906ffcc78efabc64.zip |
Notes
Diffstat (limited to 'astro/gpsman')
-rw-r--r-- | astro/gpsman/Makefile | 3 |
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 |