CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
less: updated to 481 and updated mandir
authorVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 16:25:03 +0000 (16:25 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 16:25:03 +0000 (16:25 +0000)
less/.footprint
less/.md5sum
less/Pkgfile

index 210aa14d4524a0183b783c890d9d21fe18b6d9db..f3697761523ac32543efd12174ec2d4790717315 100644 (file)
@@ -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
index 4baa2c87d2284c1af69c3534223bf3f9c7ee05cf..894aa0dffca6f7ca859ddd479526bd6304ea2b8b 100644 (file)
@@ -1,2 +1,2 @@
 605ab743605d4608628e81a60417fefa  filter
-935b38aa2e73c888c210dedf8fd94f49  less-458.tar.gz
+50ef46065c65257141a7340123527767  less-481.tar.gz
index 4cc3ca5556f19ffe94f4a04e663a8b4da4f28b3f..6cf47a08595f19cc3f55bb2582482262e11c5dca 100644 (file)
@@ -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