aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
Diffstat (limited to 'astro')
-rw-r--r--astro/xephem/Makefile2
-rw-r--r--astro/xmoontool/files/patch-Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile
index 46297a99d97a..9a6805a7e35a 100644
--- a/astro/xephem/Makefile
+++ b/astro/xephem/Makefile
@@ -48,7 +48,7 @@ pre-fetch:
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
- -e 's|/usr/X11R6|${X11BASE}|g' \
+ -e 's|/usr/X11R6|${LOCALBASE}|g' \
${WRKSRC}/Makefile
@${FIND} ${WRKSRC}/../.. -name Makefile -type f | \
${XARGS} ${REINPLACE_CMD} -e 's|CC =|CC?=|g ; \
diff --git a/astro/xmoontool/files/patch-Makefile b/astro/xmoontool/files/patch-Makefile
index 449c93758ef8..c63f45a762b7 100644
--- a/astro/xmoontool/files/patch-Makefile
+++ b/astro/xmoontool/files/patch-Makefile
@@ -2,7 +2,7 @@
+++ ./Makefile Fri Mar 24 10:55:01 2006
@@ -8,9 +8,9 @@
LOCALBASE?= /usr/local
- X11BASE?= /usr/X11R6
+ X11BASE?= /usr/local
-CC= gcc
-CFLAGS= -O2 -Wall