summaryrefslogtreecommitdiff
path: root/graphics/glu/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 08:40:36 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 08:40:36 +0000
commit19b966f9e997972a0b23efa4f56767a616609cca (patch)
tree124872b4fbca931cdb4330ff175c3d9544a24401 /graphics/glu/Makefile
parentba4ea7aabeea5232efb61d09c65deaf199f3cce5 (diff)
downloadpkgsrc-19b966f9e997972a0b23efa4f56767a616609cca.tar.gz
DESTDIR support.
Diffstat (limited to 'graphics/glu/Makefile')
-rw-r--r--graphics/glu/Makefile6
1 files changed, 3 insertions, 3 deletions
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"