diff options
author | obache <obache> | 2010-10-09 11:36:04 +0000 |
---|---|---|
committer | obache <obache> | 2010-10-09 11:36:04 +0000 |
commit | 1ff958bd9034d07ee21400ae7c7647435c54d0df (patch) | |
tree | 2cdc774f0147a6d1698df5d87d2b89851eca0337 /sysutils/strace | |
parent | bc1cd4cfd59b9e2090f14a9c08043c84a71aff7a (diff) | |
download | pkgsrc-1ff958bd9034d07ee21400ae7c7647435c54d0df.tar.gz |
Tell source location of NetBSD.
Diffstat (limited to 'sysutils/strace')
-rw-r--r-- | sysutils/strace/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/strace/Makefile b/sysutils/strace/Makefile index 679d67f6317..1d51fb6dc60 100644 --- a/sysutils/strace/Makefile +++ b/sysutils/strace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/08/25 12:32:56 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2010/10/09 11:36:04 obache Exp $ # DISTNAME= strace-4.5.15 @@ -28,8 +28,10 @@ pre-configure: .endif .if ${OPSYS} == "NetBSD" +MAKE_ENV+= NETBSD_SRCDIR=${BSD_SRCDIR:Q} pre-configure: ${CP} -f ${WRKSRC}/syscalls.pl ${WRKSRC}/netbsd + .endif .include "../../mk/bsd.pkg.mk" |