about summary refs log tree commit diff
path: root/NetBSD/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-27 22:35:39 -0500
committerJune McEnroe <june@causal.agency>2021-01-27 22:39:03 -0500
commit809d6629c97bd9c4bdf6c799e74a261bb510b1fd (patch)
tree38e7a60244090ad01cb0b9cef7fc88f1220c159c /NetBSD/Makefile
parentUpdate to man-pages-posix 2017-a (diff)
downloadexman-809d6629c97bd9c4bdf6c799e74a261bb510b1fd.tar.gz
exman-809d6629c97bd9c4bdf6c799e74a261bb510b1fd.zip
Completely rewrite how manuals are fetched and installed
Also add section 6 manuals from NetBSD and OpenBSD!
Diffstat (limited to 'NetBSD/Makefile')
-rw-r--r--NetBSD/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/NetBSD/Makefile b/NetBSD/Makefile
new file mode 100644
index 0000000..d39769f
--- /dev/null
+++ b/NetBSD/Makefile
@@ -0,0 +1,8 @@
+SYSTEM = NetBSD
+VERSION = 9.1
+MIRROR = https://cdn.netbsd.org/pub/NetBSD/NetBSD-${VERSION}/amd64/binary/sets
+DISTFILES = comp.tar.xz games.tar.xz man.tar.xz
+FILES = ./usr/share/man/man[1-9]*/
+STRIP = 4
+
+.include "../system.mk"