aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/kmflcomp/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-06-25 05:53:38 +0800
committerdougb <dougb@FreeBSD.org>2012-06-25 05:53:38 +0800
commit2c31cf01f2df98206684cc980aacec3c320afe63 (patch)
tree5a62e2ae61ed69e5a67710dc8015be9ddbfcff77 /textproc/kmflcomp/Makefile
parentab3be06dd1e9329e9c4f6ec4ed6743bf26687f2e (diff)
downloadfreebsd-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 'textproc/kmflcomp/Makefile')
-rw-r--r--textproc/kmflcomp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/kmflcomp/Makefile b/textproc/kmflcomp/Makefile
index 56b8618949ac..7fcffe0bda4b 100644
--- a/textproc/kmflcomp/Makefile
+++ b/textproc/kmflcomp/Makefile
@@ -39,7 +39,7 @@ SUB_FILES= pkg-message
post-patch:
@${REINPLACE_CMD} -e 's|^install-data-am: install-kmflcompdocDATA|install-data-am:|' \
${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|-L/usr/X11R6/lib|-L${X11BASE}/lib|' \
+ @${REINPLACE_CMD} -e 's|-L/usr/X11R6/lib|-L${LOCALBASE}/lib|' \
${WRKSRC}/kmfl_compiler/Makefile.in
@${REINPLACE_CMD} -E 's,(VERSION= *)"0\.9\.7",\1"0.9.9",' \
${WRKSRC}/kmfl_compiler/kmfl_compiler.c