diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-02 14:22:12 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-02 14:22:12 +0800 |
commit | 8adc9c8e032feec0d53017e8f3ca4c47c93c05cd (patch) | |
tree | 13b89f39cfc4c0f4fc6d1aa9dc190d8c98757dff /astro | |
parent | fba3d6ca5bf84015e502ce219181598a5ae0e8d7 (diff) | |
download | freebsd-ports-gnome-8adc9c8e032feec0d53017e8f3ca4c47c93c05cd.tar.gz freebsd-ports-gnome-8adc9c8e032feec0d53017e8f3ca4c47c93c05cd.tar.zst freebsd-ports-gnome-8adc9c8e032feec0d53017e8f3ca4c47c93c05cd.zip |
- Fix build. I though I did test this.
Pointy Hat to: rafan
Noticed by: pointyhat via kris
Approved by: Josh Paetzel (maintainer, implicit)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xephem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index d975742fdbc8..7c3f4b08324e 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -44,7 +44,7 @@ place it in ${DISTDIR} and then run make again.\n post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - -e 's|/usr/X11R6|${X11BASE}' \ + -e 's|/usr/X11R6|${X11BASE}|g' \ ${WRKSRC}/Makefile @${FIND} ${WRKSRC}/../.. -name Makefile -type f | \ ${XARGS} ${REINPLACE_CMD} -e 's|CC =|CC?=|g ; \ |