diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-13 20:36:22 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-13 20:36:22 +0000 |
commit | 9ff73f92009fb4d2f89d1462d67545367fab5d7c (patch) | |
tree | 117f817b9a70d63f02e50ffed97f459749a68c09 /x11-wm/fvwm95 | |
parent | MKDIR includes -p (portlint) (diff) |
/usr/local -> LOCALBASE (portlint)
Notes
Notes:
svn path=/head/; revision=8248
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 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 <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 |