diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-11-25 16:33:21 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-11-25 16:33:21 -0600 |
commit | 2523bdae3d21acd3326404a853d99f8e19dba141 (patch) | |
tree | 5adf973005617a6c1c70577ed52514f2cd76449c /pwgen | |
parent | 5f43f4454a5a7db7e00daf0deab67cffef0a9a47 (diff) | |
download | contrib-2523bdae3d21acd3326404a853d99f8e19dba141.tar.gz contrib-2523bdae3d21acd3326404a853d99f8e19dba141.tar.xz |
pwgen: moved man pages to /usr/share/man
Diffstat (limited to 'pwgen')
-rw-r--r-- | pwgen/.footprint | 7 | ||||
-rw-r--r-- | 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 } |