diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 21:18:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 21:18:17 +0800 |
commit | 2a95686979e4368264072daf699d735a95d8fe4f (patch) | |
tree | f20c586b0416176f121176e4710700155b5cf9bf /astro | |
parent | 412b288e0cc46321af50c1dbaabd2f42af7409f7 (diff) | |
download | freebsd-ports-gnome-2a95686979e4368264072daf699d735a95d8fe4f.tar.gz freebsd-ports-gnome-2a95686979e4368264072daf699d735a95d8fe4f.tar.zst freebsd-ports-gnome-2a95686979e4368264072daf699d735a95d8fe4f.zip |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsman/Makefile | 2 | ||||
-rw-r--r-- | astro/routino/Makefile | 4 |
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} \ |