summaryrefslogtreecommitdiff
path: root/graphics/opencsg/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2012-03-14 23:11:58 +0000
committerjoerg <joerg>2012-03-14 23:11:58 +0000
commit074ce7dd4991bd3c490f134878d2a8360eb3b9a6 (patch)
treef27ecd4d938717018dc46067ffc5532fd27899f8 /graphics/opencsg/Makefile
parentff35d4269f03a6e6533850ee2b0e88cf737cdcb4 (diff)
downloadpkgsrc-074ce7dd4991bd3c490f134878d2a8360eb3b9a6.tar.gz
Fix linkage for native X11. Still broken for modular Xorg.
Diffstat (limited to 'graphics/opencsg/Makefile')
-rw-r--r--graphics/opencsg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/opencsg/Makefile b/graphics/opencsg/Makefile
index a08073003f2..56deff36d6f 100644
--- a/graphics/opencsg/Makefile
+++ b/graphics/opencsg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/02/28 10:42:12 reinoud Exp $
+# $NetBSD: Makefile,v 1.3 2012/03/14 23:11:58 joerg Exp $
#
PKGNAME= opencsg-1.3.2
@@ -17,9 +17,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c c++
+INSTALLATION_DIRS= include lib
+
do-install:
- ${INSTALL_LIB} -d ${DESTDIR}${PREFIX}/lib
- ${INSTALL_LIB} -d ${DESTDIR}${PREFIX}/include
${INSTALL_LIB} ${WRKSRC}/lib/* ${DESTDIR}${PREFIX}/lib/
${INSTALL_DATA} ${WRKSRC}/include/* ${DESTDIR}${PREFIX}/include/