summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/prt-get/.footprint13
-rw-r--r--base/prt-get/Pkgfile5
2 files changed, 9 insertions, 9 deletions
diff --git a/base/prt-get/.footprint b/base/prt-get/.footprint
index 2c505fe28..73041272d 100644
--- a/base/prt-get/.footprint
+++ b/base/prt-get/.footprint
@@ -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/
diff --git a/base/prt-get/Pkgfile b/base/prt-get/Pkgfile
index 367fcc307..0d42246d9 100644
--- a/base/prt-get/Pkgfile
+++ b/base/prt-get/Pkgfile
@@ -2,11 +2,10 @@
# URL: http://jw.smts.ch/files/crux/prt-get_quickstart.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: pkgutils
name=prt-get
version=5.16
-release=3
+release=4
source=(http://jw.smts.ch/files/crux/prt-get-$version.tar.gz
prt-get-$version-printf_regex.diff
prt-get.conf prt-get.aliases)
@@ -17,7 +16,7 @@ build() {
./configure \
--prefix=/usr \
- --mandir=/usr/man
+ --mandir=/usr/share/man
make
make DESTDIR=$PKG install