diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-25 02:33:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-25 02:33:44 +0000 |
commit | ce7a182d56aca8a7ca038df5355a6819ee5cb0c3 (patch) | |
tree | 802f59b61654e2f16ba4b0bfb5ca709029669b97 /plan9 | |
parent | 693ff3d8f3a9632b25c7fa9fe273f4d54877dacc (diff) | |
download | pkgsrc-ce7a182d56aca8a7ca038df5355a6819ee5cb0c3.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" |