summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-09-12 17:00:33 +0000
committerminskim <minskim@pkgsrc.org>2004-09-12 17:00:33 +0000
commit469e4617923514d4248be1847a14aefe7fec3eec (patch)
tree88201ed9a0b9212cac803c62c8582c5c688067db /lang
parent83a9355796245cedae1827b375dd28d0f609403b (diff)
downloadpkgsrc-469e4617923514d4248be1847a14aefe7fec3eec.tar.gz
Create a directory before copying files with pax. Should fix the
build problem on 1.6.2.
Diffstat (limited to 'lang')
-rw-r--r--lang/Cg-compiler/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Cg-compiler/Makefile b/lang/Cg-compiler/Makefile
index 7919f6c62e1..8f835b73f39 100644
--- a/lang/Cg-compiler/Makefile
+++ b/lang/Cg-compiler/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/08/18 21:12:50 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2004/09/12 17:00:33 minskim Exp $
#
DISTNAME= Cg-${DIST_VER}-Linux
@@ -28,6 +28,7 @@ DEPENDS+= suse_base>=7.3:../../emulators/suse_base
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/Cg
${INSTALL_DATA_DIR} ${PREFIX}/include/CgFX
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/NVIDIA-Cg-linux
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/NVIDIA-Cg-linux
${INSTALL_PROGRAM} ${WRKSRC}/usr/bin/cgc ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/usr/include/Cg/* ${PREFIX}/include/Cg