From 81a5147feb2892c896e9a4812e8736c23e9d6aba Mon Sep 17 00:00:00 2001 From: matthieu Date: Tue, 28 Nov 2006 13:43:46 +0000 Subject: [PATCH] Define BINDIR conditionnally. Mimics what bsd.prog.mk does. --- share/mk/bsd.xorg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index 4269a8564..cdfb208e3 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -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 © 2006 Matthieu Herrb # @@ -33,7 +33,7 @@ XENOCARA_TOP?= /usr/xenocara # Where to install X11BASE?= /usr/X11R6 -BINDIR= ${X11BASE}/bin +BINDIR?= ${X11BASE}/bin LIBDIR= ${X11BASE}/lib INCSDIR= ${X11BASE}/include MANDIR= ${X11BASE}/man/cat