aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 15:20:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 15:20:07 +0000
commit82ea5800dd21f57f98f9397d1c2297ec56f515ee (patch)
tree0758411b90ddb804629bac7b03240478bb889941
parent09d7b4e13b58b454f424db6c24ed39d8a7c23fc0 (diff)
downloadports-82ea5800dd21f57f98f9397d1c2297ec56f515ee.tar.gz
ports-82ea5800dd21f57f98f9397d1c2297ec56f515ee.zip
Notes
-rw-r--r--graphics/libGLw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile
index bee681133ace..45ccde00f2da 100644
--- a/graphics/libGLw/Makefile
+++ b/graphics/libGLw/Makefile
@@ -12,8 +12,8 @@ USE_GL= gl
USE_MOTIF= yes
USE_XORG= glproto xt x11 xext xxf86vm xdamage xfixes dri2proto
-do-install:
- cd ${WRKSRC}/src/glw; ${GMAKE} install
+INSTALL_WRKSRC= ${WRKSRC}/src/glw
+BUILD_WRKSRC= ${WRKSRC}/src/glw
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"