diff options
author | agc <agc@pkgsrc.org> | 1998-05-08 15:42:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-05-08 15:42:24 +0000 |
commit | 76ce6c228ff0a62245e36fec344b1e3890565d02 (patch) | |
tree | c261a7e7286a8e06f28c726e2596fb6e764b08fe /plan9 | |
parent | 554ed5dff7cec0ab8935bd885619d26b1af8db40 (diff) | |
download | pkgsrc-76ce6c228ff0a62245e36fec344b1e3890565d02.tar.gz |
Pass the PKGSRCDIR definition down through the environment.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/9term/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile index 2fe8f780b7a..ed8970dae32 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/24 09:20:36 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/05/08 15:42:24 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -20,6 +20,6 @@ MANCOMPRESSED= yes MAN1= 9term.1 NO_WRKSUBDIR= yes -MAKE_ENV+= WRKDIR=${WRKDIR} +MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${PKGSRCDIR} .include "../../mk/bsd.pkg.mk" |