From 19b966f9e997972a0b23efa4f56767a616609cca Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 3 Nov 2006 08:40:36 +0000 Subject: DESTDIR support. --- graphics/glu/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/glu') diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 86f76cb6240..628f703ae8b 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2006/08/01 21:40:20 jlam Exp $ +# $NetBSD: Makefile,v 1.48 2006/11/03 08:40:36 joerg Exp $ PKGNAME= glu-${MESA_VERSION} COMMENT= GLU polygon tessellation facility for Mesa @@ -17,11 +17,11 @@ pre-build: cd ${WRKSRC} && ${RM} -fr src/mesa src/glut src/glw progs do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/include/GL + ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/GL cd ${WRKSRC}/include/GL; for hdr in \ glu.h glu_mangle.h; \ do \ - ${INSTALL_DATA} $${hdr} ${PREFIX}/include/GL; \ + ${INSTALL_DATA} $${hdr} ${DESTDIR}${PREFIX}/include/GL; \ done .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3