From bef582bc2ef6b2bd6aa9f9113bb772b58026a157 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 14 Dec 2015 21:15:53 +0100 Subject: [PATCH] prt-get: updated mandir --- prt-get/.footprint | 13 +++++++------ prt-get/Pkgfile | 5 ++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/prt-get/.footprint b/prt-get/.footprint index 2c505fe..7304127 100644 --- a/prt-get/.footprint +++ b/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/prt-get/Pkgfile b/prt-get/Pkgfile index e8c6c86..f8a18eb 100644 --- a/prt-get/Pkgfile +++ b/prt-get/Pkgfile @@ -6,15 +6,14 @@ name=prt-get version=5.19 -release=2 +release=3 source=(http://jw.smts.ch/files/crux/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 -- 2.26.2