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 /graphics/rayshade/Makefile | |
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 'graphics/rayshade/Makefile')
-rw-r--r-- | graphics/rayshade/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 5cf42636687..380a48461e4 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/11/13 01:05:08 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1999/03/22 09:38:23 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/05/26 04:04:11 mph Exp # @@ -11,14 +11,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org -.include "../../mk/bsd.prefs.mk" - -.ifdef WRKOBJDIR -BUILD_ROOT= ${WRKOBJDIR} -.else -BUILD_ROOT= ${PKGSRCDIR} -.endif - BUILD_DEPENDS= ${BUILD_ROOT}/graphics/urt/${WRKDIR:T}/include/rle.h:../../graphics/urt:configure DEPENDS+= urt-3.1b1:../../graphics/urt |