diff options
Diffstat (limited to 'Ports/less/less.sh')
-rwxr-xr-x | Ports/less/less.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Ports/less/less.sh b/Ports/less/less.sh deleted file mode 100755 index 9be9766b29..0000000000 --- a/Ports/less/less.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -PORT_DIR=less -INSTALLOPTS="DESTDIR=$SERENITY_ROOT/Root/" - -fetch() { - run_fetch_web "http://ftp.gnu.org/gnu/less/less-530.tar.gz" -} -configure() { - run_configure_autotools -} -build() { - run_make -} -install() { - run_make_install -} -. ../.port_include.sh |