CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
signify: initial import
[crossrootfs.git] / less / Pkgfile
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