aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:18:17 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:18:17 +0000
commit999161a9ed97730daec86fd4a1472d43f1f3c106 (patch)
treef20c586b0416176f121176e4710700155b5cf9bf /astro
parenta2636bcc7e88f570e1db12e44a992761fc891649 (diff)
downloadports-999161a9ed97730daec86fd4a1472d43f1f3c106.tar.gz
ports-999161a9ed97730daec86fd4a1472d43f1f3c106.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/gpsman/Makefile2
-rw-r--r--astro/routino/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/astro/gpsman/Makefile b/astro/gpsman/Makefile
index aeb42bb1cfed..65ad50b67ac8 100644
--- a/astro/gpsman/Makefile
+++ b/astro/gpsman/Makefile
@@ -25,7 +25,7 @@ DOCS_SUB_FILES= pkg-message
post-patch:
@${REINPLACE_CMD} "s|/dev/ttyS0|${GPSMAN_DEFAULT_PORT}|" \
- ${WRKSRC}/util/exerciser.tcl \
+ ${WRKSRC}/util/exerciser.tcl \
${WRKSRC}/manual/html/info/l_realtime.doc.txt \
${WRKSRC}/gpsman.tcl
@${REINPLACE_CMD} -e "s:%%WISH%%:${WISH}:; s:%%GPSMANDIR%%:${GPSMANDIR}:g" ${WRKSRC}/gpsman.tcl
diff --git a/astro/routino/Makefile b/astro/routino/Makefile
index 4f3257d11b5c..c94a672009c1 100644
--- a/astro/routino/Makefile
+++ b/astro/routino/Makefile
@@ -19,9 +19,9 @@ USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} 's|doc/routino|share/doc/routino|' \
- ${WRKSRC}/Makefile.conf
+ ${WRKSRC}/Makefile.conf
${REINPLACE_CMD} 's|gcc|${CC}|' \
- ${WRKSRC}/Makefile.conf
+ ${WRKSRC}/Makefile.conf
post-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC}/web && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} \