From d47d5692f98e204f0d15b2299213665cd5c8cd6c Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 14 Oct 2002 18:12:23 +0000 Subject: Fix build problem on systems where the NetBSD source tree is not in "/usr/src" as suggested by Julio Merino in PR pkg/18485. --- sysutils/aperture/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils/aperture') diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 869c3e1c49e..f56c567ef71 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/09/15 19:25:38 tron Exp $ +# $NetBSD: Makefile,v 1.23 2002/10/14 18:12:23 tron Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 @@ -33,6 +33,7 @@ MANCOMPRESSED_IF_MANZ= YES WRKSRC= ${WRKDIR} NO_CONFIGURE= YES OSVERSION_SPECIFIC= YES +MAKE_ENV+= BSDSRCDIR="${BSDSRCDIR}" BSDSRCDIR?= /nonexistent # to override , MUST be # set this way BEFORE bsd.prefs.mk -- cgit v1.2.3