prt-get: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-25 21:17:46 +02:00
parent 8804dd922f
commit a88350f3b7
2 changed files with 9 additions and 8 deletions

View File

@ -4,12 +4,13 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/prt-cache -> prt-get
-rwxr-xr-x root/root usr/bin/prt-get
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/prt-get.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/prt-cache.8.gz
-rw-r--r-- root/root usr/man/man8/prt-get.8.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/prt-get.conf.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/prt-cache.8.gz
-rw-r--r-- root/root usr/share/man/man8/prt-get.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/pkg/

View File

@ -4,14 +4,14 @@
name=prt-get
version=5.19
release=2
release=3
source=(http://crux.nu/files/prt-get-$version.tar.gz
prt-get.conf prt-get.aliases)
build() {
cd ${name}-${version}
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install