diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-19 17:41:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-19 17:41:09 +0000 |
commit | 5fce1c2af258858efb4e6e4291932d5d7eba68e6 (patch) | |
tree | add934380029ba82c4dbf1ab804d50e7f2a9dde7 /wm/fvwm2/Makefile | |
parent | 28b7180719de407b4621246e1d95251429f6b82a (diff) | |
download | pkgsrc-5fce1c2af258858efb4e6e4291932d5d7eba68e6.tar.gz |
s/X11ROOT/X11BASE/
Diffstat (limited to 'wm/fvwm2/Makefile')
-rw-r--r-- | wm/fvwm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index ec9c3efaefd..230ee46bcce 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/03/13 20:59:14 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/19 17:41:09 wiz Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --libexecdir=${PREFIX}/lib/X11 CONFIGURE_ARGS+= --with-xpm-includes=${XPMDIR}/include CONFIGURE_ARGS+= --with-readline-includes=${LOCALBASE}/include CONFIGURE_ARGS+= --with-rplay-includes=${LOCALBASE}/include -CONFIGURE_ARGS+= --with-iconpath=${PREFIX}/lib/X11/fvwm2/pixmaps:${X11ROOT}/include/bitmaps:${X11ROOT}/include/pixmaps +CONFIGURE_ARGS+= --with-iconpath=${PREFIX}/lib/X11/fvwm2/pixmaps:${X11BASE}/include/bitmaps:${X11BASE}/include/pixmaps post-install: @${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/fvwm2/pixmaps |