pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/glew Fix destdir installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/115eff9b35f2
branches:  trunk
changeset: 575883:115eff9b35f2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 25 06:44:14 2010 +0000

description:
Fix destdir installation.

diffstat:

 graphics/glew/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a9f4ad42fcae -r 115eff9b35f2 graphics/glew/Makefile
--- a/graphics/glew/Makefile    Tue May 25 04:40:00 2010 +0000
+++ b/graphics/glew/Makefile    Tue May 25 06:44:14 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/05/23 09:52:49 adam Exp $
+# $NetBSD: Makefile,v 1.8 2010/05/25 06:44:14 wiz Exp $
 
 DISTNAME=      glew-1.5.4
 CATEGORIES=    graphics
@@ -16,6 +16,7 @@
 PKGCONFIG_OVERRIDE=    glew.pc.in
 MAKE_ENV+=             GLEW_DEST=${PREFIX} X11=${PREFIX} POPT=${CFLAGS:Q}
 MAKE_ENV+=             LDFLAGS.EXTRA=${X11_LDFLAGS:Q}
+INSTALLATION_DIRS+=    lib/pkgconfig
 
 post-patch:
        ${LN} -s Makefile.netbsdelf ${WRKSRC}/config/Makefile.dragonfly



Home | Main Index | Thread Index | Old Index