From 809d6629c97bd9c4bdf6c799e74a261bb510b1fd Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 27 Jan 2021 22:35:39 -0500 Subject: Completely rewrite how manuals are fetched and installed Also add section 6 manuals from NetBSD and OpenBSD! --- OpenBSD/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 OpenBSD/Makefile (limited to 'OpenBSD/Makefile') diff --git a/OpenBSD/Makefile b/OpenBSD/Makefile new file mode 100644 index 0000000..0fd4e2e --- /dev/null +++ b/OpenBSD/Makefile @@ -0,0 +1,9 @@ +SYSTEM = OpenBSD +VERSION = 6.8 +MIRROR = https://cdn.openbsd.org/pub/OpenBSD/${VERSION}/amd64 +V = ${VERSION:S/.//} +DISTFILES = comp${V}.tgz game${V}.tgz man${V}.tgz +FILES = ./usr/share/man/man[1-9]*/ +STRIP = 4 + +.include "../system.mk" -- cgit 1.4.1