From a16fc84f19dd8bf3201242f9e04334979fbebb2f Mon Sep 17 00:00:00 2001
From: agc <agc@pkgsrc.org>
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).
---
 archivers/stuffit/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'archivers/stuffit')

diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile
index 0e27e19201c..2f8a2c3af6f 100644
--- a/archivers/stuffit/Makefile
+++ b/archivers/stuffit/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/06/09 08:17:44 pooka Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:10 agc Exp $
 
 DISTNAME=		stuffit-5.2.0.603-linux
 PKGNAME=		stuffit-5.2.0.603
-NO_WRKSUBDIR=		YES
 CATEGORIES=		archivers
 MASTER_SITES=		ftp://ftp.aladdinsys.com/pub/linux/StuffIt_for_Linux/ \
 			ftp://ftp2.aladdinsys.com/pub/linux/StuffIt_for_Linux/
@@ -13,6 +12,7 @@ COMMENT=		Stuffit Archive Creator and Expander
 
 DEPENDS+=		suse_base>=6:../../emulators/suse_base
 
+WRKSRC=			${WRKDIR}
 RESTRICTED=		"Redistribution not permitted"
 NO_SRC_ON_FTP=		${RESTRICTED}
 NO_SRC_ON_CDROM=	${RESTRICTED}
-- 
cgit v1.2.3