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-i18n | |
parent | 569456596641667b571990b1346ee26be4262457 (diff) | |
download | ports-9ff73f92009fb4d2f89d1462d67545367fab5d7c.tar.gz ports-9ff73f92009fb4d2f89d1462d67545367fab5d7c.zip |
Notes
Diffstat (limited to 'x11-wm/fvwm95-i18n')
-rw-r--r-- | x11-wm/fvwm95-i18n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fvwm95-i18n/Makefile b/x11-wm/fvwm95-i18n/Makefile index e8e92f30988e..bfe31b308f11 100644 --- a/x11-wm/fvwm95-i18n/Makefile +++ b/x11-wm/fvwm95-i18n/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 |