diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-31 20:25:54 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-31 20:25:54 +0000 |
commit | 98fbc4d7e3582b179aad6b9e6574462b2d371b46 (patch) | |
tree | 4e29d460bb2cb42077569501a7fc510d4b669462 /app/glxinfo | |
parent | 117c4cebce7192973b651ce8f3236f37c5f69702 (diff) |
XENOCARA_TOP -> XSRCDIR and now defaults to /usr/src/xenocara
XENOCARA_OBJDIR -> XOBJDIR and now defaults to /usr/xobj
suggested by espie@ ok krw@ mbalmer@
Diffstat (limited to 'app/glxinfo')
-rw-r--r-- | app/glxinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/glxinfo/Makefile b/app/glxinfo/Makefile index 14b9357e4..a0495bcc9 100644 --- a/app/glxinfo/Makefile +++ b/app/glxinfo/Makefile @@ -1,7 +1,7 @@ # $Xenocara$ .include <bsd.own.mk> X11BASE?= /usr/X11R6 -DIST= ${XENOCARA_TOP}/dist/Mesa +DIST= ${XSRCDIR}/dist/Mesa GLXINFO= ${DIST}/progs/xdemos MANDIR= ${X11BASE}/man/cat |