aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mandoc/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/mandoc/abuild')
-rw-r--r--repos/extra/mandoc/abuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/repos/extra/mandoc/abuild b/repos/extra/mandoc/abuild
new file mode 100644
index 00000000..3351c0c1
--- /dev/null
+++ b/repos/extra/mandoc/abuild
@@ -0,0 +1,14 @@
+name=mandoc
+version=1.14.6
+release=1
+source="https://${name}.bsd.lv/snapshots/${name}-${version}.tar.gz"
+
+prebuild() {
+cat > configure.local <<EOF
+PREFIX=/usr
+MANDIR=/usr/share/man
+LIBDIR=/usr/lib
+SBINDIR=/usr/bin
+LN="ln -sf"
+EOF
+}