diff options
author | dougb <dougb@FreeBSD.org> | 2012-06-25 05:53:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-06-25 05:53:38 +0800 |
commit | 2c31cf01f2df98206684cc980aacec3c320afe63 (patch) | |
tree | 5a62e2ae61ed69e5a67710dc8015be9ddbfcff77 /astro | |
parent | ab3be06dd1e9329e9c4f6ec4ed6743bf26687f2e (diff) | |
download | freebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.tar.gz freebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.tar.zst freebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.zip |
s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xephem/Makefile | 2 | ||||
-rw-r--r-- | astro/xmoontool/files/patch-Makefile | 2 |
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 |