From 2eb6a2fa9f1db6080dda49c0a6fe2c62cf2aee44 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 20 Jan 2016 18:58:39 +0000 Subject: [PATCH] dialog: updated to 1.2-20150920 and fixed mandir location --- dialog/.footprint | 7 ++++--- dialog/.md5sum | 2 +- dialog/Pkgfile | 3 +-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dialog/.footprint b/dialog/.footprint index 1a3839f79..51162acd9 100644 --- a/dialog/.footprint +++ b/dialog/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dialog drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libdialog.a -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/dialog.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/dialog.1.gz diff --git a/dialog/.md5sum b/dialog/.md5sum index 6c94e573c..745c6e275 100644 --- a/dialog/.md5sum +++ b/dialog/.md5sum @@ -1 +1 @@ -38ef59a7daa5459119cb06777c735e4b dialog-1.2-20150225.tgz +2b7c002b0a88ce1e0014af34b6b1ebdc dialog-1.2-20150920.tgz diff --git a/dialog/Pkgfile b/dialog/Pkgfile index e7def208c..a0616840d 100644 --- a/dialog/Pkgfile +++ b/dialog/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ncurses name=dialog -version=1.2-20150225 +version=1.2-20150920 release=1 source=(ftp://dickey.his.com/$name/$name-$version.tgz) @@ -13,7 +13,6 @@ build () { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --with-ncursesw make