diff options
Diffstat (limited to 'astro/gpsman/Makefile')
-rw-r--r-- | astro/gpsman/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |