diff options
author | hubertf <hubertf> | 2000-08-25 02:33:44 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-25 02:33:44 +0000 |
commit | 1c430a7ba0bdbf5c37fae7583100cd1fc9626ffa (patch) | |
tree | 802f59b61654e2f16ba4b0bfb5ca709029669b97 /plan9 | |
parent | 68bbde7e611ed154c4a197cdd6e7cbf9b2f72dc1 (diff) | |
download | pkgsrc-1c430a7ba0bdbf5c37fae7583100cd1fc9626ffa.tar.gz |
Pass a sane value as PKGSRCDIR.
All the people who tested this either ...
* had WRKOBJDIR not set or
* did not test creation of binary packages.
Which one is more likely?
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 5b658106202..e0368f393a1 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/05/15 11:54:42 agc Exp $ +# $NetBSD: Makefile,v 1.23 2000/08/25 02:33:44 hubertf Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -19,6 +19,6 @@ NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems MANCOMPRESSED= yes NO_WRKSUBDIR= yes -MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${BUILD_ROOT} +MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${PKGSRCDIR} .include "../../mk/bsd.pkg.mk" |