diff options
author | agc <agc@pkgsrc.org> | 1999-03-22 09:38:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-22 09:38:22 +0000 |
commit | 49ad04f369a8c6377a9622cf8476668c2abc2bd2 (patch) | |
tree | 6e4cf164ffee508e0527b5371281bee77d4cb038 /plan9 | |
parent | d558f0b8f6cdded4526e9395b847e59f4f01bfb5 (diff) | |
download | pkgsrc-49ad04f369a8c6377a9622cf8476668c2abc2bd2.tar.gz |
Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individual
package Makefiles which need it.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/9term/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile index de8a4326820..06a58208c74 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/11/13 01:41:16 frueauf Exp $ +# $NetBSD: Makefile,v 1.17 1999/03/22 09:38:26 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -10,14 +10,7 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html -.include "../../mk/bsd.prefs.mk" - # needs library and private header, but not during runtime -.ifdef WRKOBJDIR -BUILD_ROOT= ${WRKOBJDIR} -.else -BUILD_ROOT= ${PKGSRCDIR} -.endif BUILD_DEPENDS= ${BUILD_ROOT}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam NOT_FOR_ARCHS= alpha #LP64 Problems |