From: Victor Martinez Date: Thu, 12 Nov 2015 16:25:03 +0000 (+0000) Subject: less: updated to 481 and updated mandir X-Git-Url: http://gitweb/?a=commitdiff_plain;h=cddccf5c26526a06c4bfe831b22155e19604a049;hp=546890e25185ef0536c5f87c4416cb6915663f01;p=crossrootfs.git less: updated to 481 and updated mandir --- diff --git a/less/.footprint b/less/.footprint index 210aa14..f369776 100644 --- a/less/.footprint +++ b/less/.footprint @@ -6,8 +6,9 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/less/ -rwxr-xr-x root/root usr/lib/less/filter -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/less.1.gz --rw-r--r-- root/root usr/man/man1/lessecho.1.gz --rw-r--r-- root/root usr/man/man1/lesskey.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/less.1.gz +-rw-r--r-- root/root usr/share/man/man1/lessecho.1.gz +-rw-r--r-- root/root usr/share/man/man1/lesskey.1.gz diff --git a/less/.md5sum b/less/.md5sum index 4baa2c8..894aa0d 100644 --- a/less/.md5sum +++ b/less/.md5sum @@ -1,2 +1,2 @@ 605ab743605d4608628e81a60417fefa filter -935b38aa2e73c888c210dedf8fd94f49 less-458.tar.gz +50ef46065c65257141a7340123527767 less-481.tar.gz diff --git a/less/Pkgfile b/less/Pkgfile index 4cc3ca5..6cf47a0 100644 --- a/less/Pkgfile +++ b/less/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ncurses libpcre name=less -version=458 +version=481 release=1 source=(http://www.greenwoodsoftware.com/less/$name-$version.tar.gz \ filter) @@ -16,9 +16,7 @@ build() { ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --with-regex=pcre - make make DESTDIR=$PKG install install -m 755 -D $SRC/filter $PKG/usr/lib/less/filter