diff options
author | agc <agc> | 1999-03-22 09:38:22 +0000 |
---|---|---|
committer | agc <agc> | 1999-03-22 09:38:22 +0000 |
commit | fc3e81d33cd3137bea557960c4e35b530496e32a (patch) | |
tree | 6e4cf164ffee508e0527b5371281bee77d4cb038 /mbone | |
parent | 9b599132d515b1a725b932fa83984ae67afa218e (diff) | |
download | pkgsrc-fc3e81d33cd3137bea557960c4e35b530496e32a.tar.gz |
Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individual
package Makefiles which need it.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/nte/Makefile | 10 | ||||
-rw-r--r-- | mbone/vat/Makefile | 10 |
2 files changed, 2 insertions, 18 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 15edccb375b..26b0c952020 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/11/13 01:26:58 frueauf Exp $ +# $NetBSD: Makefile,v 1.13 1999/03/22 09:38:23 agc Exp $ # DISTNAME= nt.1.5a23 @@ -8,14 +8,6 @@ MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/ MAINTAINER= mycroft@netbsd.org -.include "../../mk/bsd.prefs.mk" - -.ifdef WRKOBJDIR -BUILD_ROOT= ${WRKOBJDIR} -.else -BUILD_ROOT= ${PKGSRCDIR} -.endif - BUILD_DEPENDS= ${BUILD_ROOT}/x11/tk80/${WRKDIR:T}/tk8.0/generic/default.h:${TK_DIR}:configure DEPENDS+= tk-8.0p2:../../x11/tk80 diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 6a097caa910..2c27e62414c 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1998/12/30 01:07:07 tron Exp $ +# $NetBSD: Makefile,v 1.20 1999/03/22 09:38:24 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp # @@ -19,14 +19,6 @@ DEPENDS+= tk-8.0p2:../../x11/tk80 NOT_FOR_ARCHS= alpha #filter.cc compiler error -.include "../../mk/bsd.prefs.mk" - -.ifdef WRKOBJDIR -BUILD_ROOT= ${WRKOBJDIR} -.else -BUILD_ROOT= ${PKGSRCDIR} -.endif - GSM_DIR= ${BUILD_ROOT}/audio/gsm GSM_WORK= ${GSM_DIR}/${WRKDIR:T}/gsm-1.0-pl10 |