From 17c5e61843e2964a86265ea322ad87735cf0c1ac Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 7 Mar 1996 00:21:43 +0000 Subject: Redefine WRKSRC instead of WRKDIR so that "work/" won't be left behind after a "make clean". Adjust scripts and variables accordingly. --- graphics/dore/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics/dore') diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile index b8729ce3b960..08f01cae21e9 100644 --- a/graphics/dore/Makefile +++ b/graphics/dore/Makefile @@ -3,20 +3,20 @@ # Date created: 10 February 1995 # Whom: jkh # -# $Id: Makefile,v 1.2 1995/04/01 12:45:49 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/09 07:09:33 asami Exp $ # DISTNAME= pdore-6.0 CATEGORIES+= graphics -MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ EXTRACT_SUFX= .tar.Z USE_GMAKE= yes USE_X11= yes -WRKDIR= ${.CURDIR}/work/dore -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/dore +EXTRACT_CMD= mkdir -p dore; cd dore; tar MAKEFILE= mk.stdx -MAKE_FLAGS= DORE_LOC=${WRKDIR}/.. CFLAGS=-O2 MAKEFLAGS=m -f +MAKE_FLAGS= DORE_LOC=${WRKDIR} CFLAGS=-O2 MAKEFLAGS=m -f ALL_TARGET= .include -- cgit v1.2.3