From a16fc84f19dd8bf3201242f9e04334979fbebb2f 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). --- wm/wmthemes/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wm/wmthemes') diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile index 9a4d725edd7..4a2a8faad91 100644 --- a/wm/wmthemes/Makefile +++ b/wm/wmthemes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/07/06 19:26:18 tron Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:52 agc Exp $ DISTNAME= wmthemes-0.62nb1 CATEGORIES= x11 wm @@ -16,7 +16,7 @@ DIST_SUBDIR= wmthemes USE_X11BASE= yes NO_BUILD= yes NO_CHECKSUM= yes -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} PLIST_SRC= ${WRKDIR}/PLIST THEME_SUBDIRS= Backgrounds IconSets Icons Pixmaps Sounds Styles Themes -- cgit v1.2.3