From 58e452f880437aa959fb8703c53409c693c29a18 Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Tue, 5 Oct 2021 03:13:00 +0000 Subject: [PATCH] Package dict, style, diction, and other utilities. --- ports/aspell/build~ | 7 ------- ports/aspell/depends~ | 1 - ports/links2-mod/build~ | 19 ------------------- 3 files changed, 27 deletions(-) delete mode 100755 ports/aspell/build~ delete mode 100644 ports/aspell/depends~ delete mode 100755 ports/links2-mod/build~ diff --git a/ports/aspell/build~ b/ports/aspell/build~ deleted file mode 100755 index 222b0da..0000000 --- a/ports/aspell/build~ +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" instally diff --git a/ports/aspell/depends~ b/ports/aspell/depends~ deleted file mode 100644 index fc42d01..0000000 --- a/ports/aspell/depends~ +++ /dev/null @@ -1 +0,0 @@ -aspell-dict-english diff --git a/ports/links2-mod/build~ b/ports/links2-mod/build~ deleted file mode 100755 index 57911c4..0000000 --- a/ports/links2-mod/build~ +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -e - -patch -p1 < 01-links-tabbed.patch - -./configure \ - --prefix=/usr \ - --enable-graphics \ - --without-ipv6 \ - --without-libevent \ - --without-gpm \ - --without-libjpeg \ - --without-libtiff \ - --without-librsvg \ - --disable-png-pkgconfig \ - --with-x \ - --mandir=/usr/share/man - -make -make DESTDIR="$1" install