diff options
Diffstat (limited to 'repos/extra/mandoc/abuild')
| -rwxr-xr-x | repos/extra/mandoc/abuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/repos/extra/mandoc/abuild b/repos/extra/mandoc/abuild deleted file mode 100755 index 3351c0c1..00000000 --- a/repos/extra/mandoc/abuild +++ /dev/null @@ -1,14 +0,0 @@ -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 -} |