about summary refs log tree commit diff
path: root/OpenBSD/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 /OpenBSD/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 '')
-rw-r--r--OpenBSD/Makefile9
1 files changed, 9 insertions, 0 deletions
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"
it/link.sh?id=d8c03e2de551c392143c2829fb89304669086707&follow=1'>Add tupJune McEnroe 2017-07-31Use designated initializer for hnel tableJune McEnroe 2017-07-30Add juneJune McEnroe 2017-07-30Play nethack as ValkyrieJune McEnroe 2017-07-28Add toggle to hnelJune McEnroe 2017-07-28Install slJune McEnroe 2017-07-25Add up, supJune McEnroe 2017-07-24Autopickup ringsJune McEnroe 2017-07-24Name dogJune McEnroe 2017-07-23Add nethackrcJune McEnroe 2017-07-23Remove useless setuid in briJune McEnroe 2017-07-23Clean up hnel a tiny bitJune McEnroe 2017-07-21Set window size in hnelJune McEnroe 2017-07-21Add hnelJune McEnroe 2017-07-19chmod 600 in dtchJune McEnroe