Reduce unpractical package URL to usual package name; OK deraadt
authorkn <kn@openbsd.org>
Thu, 19 Oct 2023 02:43:58 +0000 (02:43 +0000)
committerkn <kn@openbsd.org>
Thu, 19 Oct 2023 02:43:58 +0000 (02:43 +0000)
This section about ports/packages really wants a revamp, though...

distrib/notes/packages

index b9de344..acbcc7b 100644 (file)
@@ -1,4 +1,4 @@
-dnl    $OpenBSD: packages,v 1.51 2019/08/01 19:42:51 jmc Exp $
+dnl    $OpenBSD: packages,v 1.52 2023/10/19 02:43:58 kn Exp $
 As complete as your OpenBSD system is, you may want to add any of several
 excellent third party software applications.  There are several ways to do
 this.  You can:
@@ -39,8 +39,7 @@ Installing applications from the ftp.OpenBSD.org package collection:
 
     $ su
     Password: <enter your root password>
-    # pkg_add \
-      http://ftp.OpenBSD.org/pub/OpenBSD/{:--:}OSREV/packages/MACHINE_ARCH/emacs-21.4p32.tgz
+    # pkg_add emacs
 
 Installing applications from the OpenBSD ports collection: