mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-11 19:59:06 +00:00
Define BINDIR conditionnally. Mimics what bsd.prog.mk does.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: bsd.xorg.mk,v 1.5 2006/11/27 12:03:10 matthieu Exp $ -*- makefile -*-
|
# $OpenBSD: bsd.xorg.mk,v 1.6 2006/11/28 13:43:46 matthieu Exp $ -*- makefile -*-
|
||||||
#
|
#
|
||||||
# Copyright <20> 2006 Matthieu Herrb
|
# Copyright <20> 2006 Matthieu Herrb
|
||||||
#
|
#
|
||||||
@@ -33,7 +33,7 @@ XENOCARA_TOP?= /usr/xenocara
|
|||||||
# Where to install
|
# Where to install
|
||||||
X11BASE?= /usr/X11R6
|
X11BASE?= /usr/X11R6
|
||||||
|
|
||||||
BINDIR= ${X11BASE}/bin
|
BINDIR?= ${X11BASE}/bin
|
||||||
LIBDIR= ${X11BASE}/lib
|
LIBDIR= ${X11BASE}/lib
|
||||||
INCSDIR= ${X11BASE}/include
|
INCSDIR= ${X11BASE}/include
|
||||||
MANDIR= ${X11BASE}/man/cat
|
MANDIR= ${X11BASE}/man/cat
|
||||||
|
|||||||
Reference in New Issue
Block a user