summaryrefslogtreecommitdiff
path: root/astro/xephem
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-02 06:22:12 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-02 06:22:12 +0000
commit188af12ad09d59a5d2a00005f2612307c1e0116c (patch)
treef683548db34952f0693530b5643e6f689f63cd48 /astro/xephem
parentUpdate to 2.10.5. (diff)
- Fix build. I though I did test this.
Pointy Hat to: rafan Noticed by: pointyhat via kris Approved by: Josh Paetzel (maintainer, implicit)
Notes
Notes: svn path=/head/; revision=178553
Diffstat (limited to 'astro/xephem')
-rw-r--r--astro/xephem/Makefile2
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 ; \