From 0a5f2bab5ea76c6355ccad1b77870bc582f1d21e Mon Sep 17 00:00:00 2001 From: andreas Date: Mon, 13 Oct 1997 20:36:22 +0000 Subject: /usr/local -> LOCALBASE (portlint) --- x11-wm/fvwm95/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-wm/fvwm95') diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile index e8e92f30988e..bfe31b308f11 100644 --- a/x11-wm/fvwm95/Makefile +++ b/x11-wm/fvwm95/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 1 Feb 1997 14:46:05 MET # Whom: Andreas Klemm # -# $Id: Makefile,v 1.12 1997/06/14 08:31:05 andreas Exp $ +# $Id: Makefile,v 1.13 1997/10/09 21:04:37 andreas Exp $ # DISTNAME= fvwm95-2.0.43a-Autoconf @@ -20,8 +20,8 @@ RUN_DEPENDS= ${X11BASE}/icons/chuck.xpm:${PORTSDIR}/x11/fbsd-icons USE_X11= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--includedir=/usr/local/include \ - --libdir=/usr/local/lib +CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include \ + --libdir=${LOCALBASE}/lib MAN1= fvwm95.1 -- cgit