diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-13 20:36:22 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-13 20:36:22 +0000 |
commit | 0a5f2bab5ea76c6355ccad1b77870bc582f1d21e (patch) | |
tree | 4d5f68963c63745afed4a524fcacdeaa7397658a /x11-wm/fvwm95 | |
parent | 81609c591e08e0deaaa00002e1f17903cb9cd5c6 (diff) | |
download | FreeBSD-ports-0a5f2bab5ea76c6355ccad1b77870bc582f1d21e.zip FreeBSD-ports-0a5f2bab5ea76c6355ccad1b77870bc582f1d21e.tar.gz |
/usr/local -> LOCALBASE (portlint)
Diffstat (limited to 'x11-wm/fvwm95')
-rw-r--r-- | x11-wm/fvwm95/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile index e8e92f3..bfe31b30 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 <andreas@klemm.gtn.com> # -# $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 |