pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/pixman Fixing wrong target location for copying mi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3815798d545c
branches:  trunk
changeset: 393093:3815798d545c
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun May 17 11:01:11 2009 +0000

description:
Fixing wrong target location for copying missing solaris-hwcap.mapfile
reported through PR pkg/41287.

diffstat:

 x11/pixman/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 3fcdf048d53b -r 3815798d545c x11/pixman/Makefile
--- a/x11/pixman/Makefile       Sun May 17 10:50:09 2009 +0000
+++ b/x11/pixman/Makefile       Sun May 17 11:01:11 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/05/02 07:56:54 sno Exp $
+# $NetBSD: Makefile,v 1.24 2009/05/17 11:01:11 sno Exp $
 #
 
 DISTNAME=      pixman-0.15.2
@@ -40,6 +40,6 @@
 
 post-extract:
        ${CP} ${FILESDIR}/pixman.sym ${WRKDIR}
-       ${CP} ${FILESDIR}/solaris-hwcap.mapfile ${WRKDIR}/pixman
+       ${CP} ${FILESDIR}/solaris-hwcap.mapfile ${WRKSRC}/pixman
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index