diff options
author | sno <sno> | 2009-05-17 11:01:11 +0000 |
---|---|---|
committer | sno <sno> | 2009-05-17 11:01:11 +0000 |
commit | dd687edd3dec4d1d04d217ab769ddea56a4b38e3 (patch) | |
tree | 958da9bd864f7fbe71fa9bbe03414c926c62853e /x11/pixman | |
parent | 7fc9ba2016af28e9ef64343adfd38b453cc95585 (diff) | |
download | pkgsrc-dd687edd3dec4d1d04d217ab769ddea56a4b38e3.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" |