summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-11-26 06:37:22 +0000
committerhubertf <hubertf>1998-11-26 06:37:22 +0000
commit9c44b6ec3c470a4b4dc637034b1a019ab8d73976 (patch)
tree1eb58550545bb13af81910daabb9b56a9e8fc731 /Packages.txt
parent1212a2239fc73e7dda2b68a8210eec6d206799a3 (diff)
downloadpkgsrc-9c44b6ec3c470a4b4dc637034b1a019ab8d73976.tar.gz
Document ${OPSYS}, ${OS_VERSION} in PLIST
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 119648b2e76..d014d83b898 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.44 1998/09/23 13:09:33 agc Exp $
+# $NetBSD: Packages.txt,v 1.45 1998/11/26 06:37:22 hubertf Exp $
###########################################################################
==========================
@@ -539,6 +539,12 @@ of when dealing with the PLIST file (or files, see below!).
the output of "uname -m", but that's no longer supported and has been
removed.
+ * ${OPSYS}, ${OS_VERSION}:
+ Some packages want to embed the OS name and version into some paths.
+ to do this, use these two variables in PLIST. ${OPSYS} will be replaced
+ by output from "uname -s", ${OS_VERSION} will be set to what "uname -r"
+ gives.
+
* Manpage-compression:
Manpages should be installed in compressed form if MANZ is set (in
bsd.own.mk), and uncompressed otherwise. To handle this in the PLIST