diff options
author | sno <sno@pkgsrc.org> | 2009-05-17 11:01:11 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-17 11:01:11 +0000 |
commit | c00ad803779f34a0e18a7e7bb7cd112c271494b5 (patch) | |
tree | 958da9bd864f7fbe71fa9bbe03414c926c62853e /x11/pixman | |
parent | 1fec8397e060036821b06a846888d723eb993793 (diff) | |
download | pkgsrc-c00ad803779f34a0e18a7e7bb7cd112c271494b5.tar.gz |
Fixing wrong target location for copying missing solaris-hwcap.mapfile
reported through PR pkg/41287.
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 87db94a6b99..54cdedfa145 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -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 @@ PIXMAN_SYMFILE= ${WRKDIR}/pixman.sym 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" |