From 188af12ad09d59a5d2a00005f2612307c1e0116c Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Sat, 2 Dec 2006 06:22:12 +0000 Subject: - Fix build. I though I did test this. Pointy Hat to: rafan Noticed by: pointyhat via kris Approved by: Josh Paetzel (maintainer, implicit) --- astro/xephem/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro/xephem') 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 ; \ -- cgit v1.2.3