summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-25 00:09:35 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-25 00:09:35 +0100
commit4465241c850e3740b21dab0d59e068a5e16b1419 (patch)
treed5754d4c2c9aef108a27a217dca9ee7e03d60cd9 /base
parent0dd03388aea03fa5d199c671f682ac9a8e1f7eb8 (diff)
downloadnutyx-extra-4465241c850e3740b21dab0d59e068a5e16b1419.tar.gz
nutyx-extra-4465241c850e3740b21dab0d59e068a5e16b1419.tar.bz2
nutyx-extra-4465241c850e3740b21dab0d59e068a5e16b1419.tar.xz
nutyx-extra-4465241c850e3740b21dab0d59e068a5e16b1419.zip
Maj prt-get#5.16-4
Diffstat (limited to 'base')
-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