summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-01-28 15:33:44 +0000
committerhubertf <hubertf>1998-01-28 15:33:44 +0000
commit444db71c0e95ce1f24612a634f1ad44793fdef3a (patch)
tree83e8ff7ed5c97c543bbfc7e505985f2efd5eb0e0 /Packages.txt
parent658b0db488d01729258ef4274d4087fad210a0aa (diff)
downloadpkgsrc-444db71c0e95ce1f24612a634f1ad44793fdef3a.tar.gz
Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
(in bsd.port.mk) for backward compatibility.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/Packages.txt b/Packages.txt
index 2b36aa9b96a..509f6cf9a55 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.10 1998/01/19 08:07:16 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.11 1998/01/28 15:37:19 hubertf Exp $
###########################################################################
==========================
@@ -479,12 +479,16 @@ of when dealing with the PLIST file (or files, see below!).
platforms NetBSD runs on, e.g. alpha. For this, change the ldconfig call
to "ldconfig ... || true".
- * <$ARCH>:
+ * ${MACHINE_ARCH}:
Some packages like emacs and perl embed information about which
architecture they were built on into the pathnames where they install
their file. To handle this case, PLIST will be preprocessed before
- actually used, and the symbol "<$ARCH>" will be replaced by what "uname
- -m" gives.
+ actually used, and the symbol "${MACHINE_ARCH}" will be replaced by
+ what "sysctl -n hw.machine_arch" gives.
+
+ Legacy note: There used to be a symbol "<$ARCH>" that was replaced by
+ the output of "uname -m", but that's no longer supported and will be
+ removed soon.
* Manpage-compression:
Manpages should be installed in compressed form if MANZ is set (in