From 2523bdae3d21acd3326404a853d99f8e19dba141 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Wed, 25 Nov 2015 16:33:21 -0600 Subject: [PATCH] pwgen: moved man pages to /usr/share/man --- pwgen/.footprint | 7 ++++--- pwgen/Pkgfile | 7 +++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pwgen/.footprint b/pwgen/.footprint index 2301750a2..930422e4a 100644 --- a/pwgen/.footprint +++ b/pwgen/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pwgen -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/pwgen.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/pwgen.1.gz diff --git a/pwgen/Pkgfile b/pwgen/Pkgfile index ba1b7a112..fb0aa1eea 100644 --- a/pwgen/Pkgfile +++ b/pwgen/Pkgfile @@ -1,16 +1,15 @@ # Description: A small GPLed password generator which creates passwords which can be easily memorized by a human # URL: http://pwgen.sourceforge.net/ -# Maintainer: Matt Housh, jaeger at morpheus dot net +# Maintainer: Matt Housh, jaeger at crux dot ninja name=pwgen version=2.07 -release=1 +release=2 source=(http://download.sourceforge.net/$name/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install }