summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authoragc <agc>2001-09-09 20:36:07 +0000
committeragc <agc>2001-09-09 20:36:07 +0000
commit10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e (patch)
tree3fd1a2f535365e26fdc0e751d53fad480118cea2 /Packages.txt
parentbcd8cfcceceb6d12e34ad9af489c74c7e1e63619 (diff)
downloadpkgsrc-10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e.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 'Packages.txt')
-rw-r--r--Packages.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index 4b3e11d9509..bd6286b2eb0 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.186 2001/09/08 20:09:46 jlam Exp $
+# $NetBSD: Packages.txt,v 1.187 2001/09/09 20:36:08 agc Exp $
###########################################################################
==========================
@@ -1789,8 +1789,14 @@ Your package doesn't create a subdirectory for itself (like GNU software
does, for instance), but extracts itself in the current directory: see
pkgsrc/editors/sam again, but the quick answer is:
+ WRKSRC= ${WRKDIR}
+
+Please note that the old
+
NO_WRKSUBDIR= yes
+has been deprecated and should not be used.
+
10.4 Custom configuration process
=================================