summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authoragc <agc>1998-05-08 15:42:24 +0000
committeragc <agc>1998-05-08 15:42:24 +0000
commit5dcfb06819c93c96a1d6ee8a73d8340c453ca1cb (patch)
treec261a7e7286a8e06f28c726e2596fb6e764b08fe /plan9
parent5613a0a5ca807827b78b8b3d2aa64d4fea28c38e (diff)
downloadpkgsrc-5dcfb06819c93c96a1d6ee8a73d8340c453ca1cb.tar.gz
Pass the PKGSRCDIR definition down through the environment.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/9term/Makefile4
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"