From 10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 9 Sep 2001 20:36:07 +0000 Subject: Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). --- x11/xmountains/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/xmountains') diff --git a/x11/xmountains/Makefile b/x11/xmountains/Makefile index 94de7c14780..a61870e377b 100644 --- a/x11/xmountains/Makefile +++ b/x11/xmountains/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/06/11 06:34:59 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:54 agc Exp $ # DISTNAME= xmountains_2.5 @@ -13,7 +13,7 @@ MAINTAINER= fredb@netsd.org HOMEPAGE= http://www.epcc.ed.ac.uk/~spb/xmountains/ COMMENT= fractal terrain generator -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} USE_IMAKE= yes DIST_SUBDIR= xmountains -- cgit v1.2.3