ports/core (3.2): less: move man-pages to /usr/share/man
commit b5fd9abc14a99772679fda8cc4ef5b9f85ddaa9d Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 23:10:37 2015 +0200 less: move man-pages to /usr/share/man 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/Pkgfile b/less/Pkgfile index 99f1e2c..a839741 100644 --- a/less/Pkgfile +++ b/less/Pkgfile @@ -5,14 +5,13 @@ name=less version=458 -release=1 +release=2 source=(http://www.greenwoodsoftware.com/less/$name-$version.tar.gz \ filter) build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --with-regex=pcre make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu