summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-10-30 15:15:16 +0000
committerseb <seb@pkgsrc.org>2002-10-30 15:15:16 +0000
commit5c1f8f408efc42447936f2adfdac9b153765607b (patch)
tree2384222b0bfbad9dda07ea21f92279144f504dde /graphics
parentb641d6bb2d4fa66c3e507862b90d1fa457e2fc15 (diff)
downloadpkgsrc-5c1f8f408efc42447936f2adfdac9b153765607b.tar.gz
Remove do-{build,install} targets by using {CONFIGURE,BUILD}_DIRS.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/glut/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile
index 7781cb05024..2178456ee7b 100644
--- a/graphics/glut/Makefile
+++ b/graphics/glut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/08/25 18:39:08 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2002/10/30 15:15:16 seb Exp $
PKGNAME= ${DISTNAME:S/MesaLib/glut/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -14,14 +14,8 @@ CONFLICTS+= Mesa<3.2.1
USE_BUILDLINK2= yes
USE_X11BASE= yes
-
-do-build:
- cd ${WRKSRC}/src-glut && ${SETENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
-
-do-install:
- cd ${WRKSRC}/src-glut && ${SETENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}
+CONFIGURE_DIRS= ${WRKSRC}
+BUILD_DIRS= ${WRKSRC}/src-glut
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/GL