diff options
Diffstat (limited to 'sysutils/aperture')
-rw-r--r-- | sysutils/aperture/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.own.mk>, MUST be # set this way BEFORE bsd.prefs.mk |