summaryrefslogtreecommitdiff
path: root/system/less
diff options
context:
space:
mode:
Diffstat (limited to 'system/less')
-rw-r--r--system/less/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/less/APKBUILD b/system/less/APKBUILD
index 45290a6dc..1ca0fec04 100644
--- a/system/less/APKBUILD
+++ b/system/less/APKBUILD
@@ -1,17 +1,16 @@
# Contributor: Cameron Banta <cbanta@gmail.com>
-# Maintainer: Cameron Banta <cbanta@gmail.com>
+# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=less
pkgver=530
pkgrel=0
pkgdesc="File pager"
url="http://www.greenwoodsoftware.com/less/"
arch="all"
-license="GPL"
+license="BSD-2-Clause OR GPL-3.0+"
options="!check"
makedepends="ncurses-dev"
subpackages="$pkgname-doc"
source="http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
prepare() {
default_prepare