diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 06:22:12 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 06:22:12 +0000 |
commit | 188af12ad09d59a5d2a00005f2612307c1e0116c (patch) | |
tree | f683548db34952f0693530b5643e6f689f63cd48 /astro/xephem | |
parent | 18a580e5cd90d2e0a75cbee7481764974213dc94 (diff) | |
download | ports-188af12ad09d59a5d2a00005f2612307c1e0116c.tar.gz ports-188af12ad09d59a5d2a00005f2612307c1e0116c.zip |
Notes
Diffstat (limited to 'astro/xephem')
-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 ; \ |