summaryrefslogtreecommitdiff
path: root/archivers/stuffit
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-09-09 20:36:07 +0000
committeragc <agc@pkgsrc.org>2001-09-09 20:36:07 +0000
commita16fc84f19dd8bf3201242f9e04334979fbebb2f (patch)
tree3fd1a2f535365e26fdc0e751d53fad480118cea2 /archivers/stuffit
parent9a53280dd16ed46cdf17cd6040cbfa62bcc8319a (diff)
downloadpkgsrc-a16fc84f19dd8bf3201242f9e04334979fbebb2f.tar.gz
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).
Diffstat (limited to 'archivers/stuffit')
-rw-r--r--archivers/stuffit/Makefile4
1 files changed, 2 insertions, 2 deletions
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}