diff options
author | tg <tg@FreeBSD.org> | 1998-09-07 06:57:08 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-09-07 06:57:08 +0000 |
commit | bc03543b82a7115379da5575acfc68ab745e18f3 (patch) | |
tree | 864a3c5018b6a2c69eca988b7e4efb0dea527f4c /x11/wdm | |
parent | 9dfa18ef239be7509a690f9238f3d7be97a557df (diff) | |
download | FreeBSD-ports-bc03543b82a7115379da5575acfc68ab745e18f3.zip FreeBSD-ports-bc03543b82a7115379da5575acfc68ab745e18f3.tar.gz |
Adjust default paths to match xdm's.
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index d6466b6..dcf2097 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -3,7 +3,7 @@ # Date created: August 31, 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/09/04 07:17:26 tg Exp $ DISTNAME= wdm-0.11 CATEGORIES= x11 @@ -28,7 +28,9 @@ CONFIGURE_ENV= X11BASE=${X11BASE} CPPFLAGS=-I${PREFIX}/include CONFIGURE_ARGS= --with-gfx-libs="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ --with-gfx-incs="-I${LOCALBASE}/include/tiff34 -I${LOCALBASE}/include" \ --with-logdir=/var/log --with-runlockdir=/var/run \ - --with-WDMDIR=${PREFIX}/lib/X11/wdm + --with-WDMDIR=${PREFIX}/lib/X11/wdm \ + --with-DEFUSERPATH=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin:${LOCALBASE}/bin \ + --with-DEFSYSTEMPATH=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin MAN1= wdm.1 wdmLogin.1 |