ports/core (3.2): prt-get: move man-pages to /usr/share/man
commit a88350f3b7b6831e42705072b2ccc127fdc700dc Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 21:17:46 2015 +0200 prt-get: move man-pages to /usr/share/man 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 49d5d6b..36ea05f 100644 --- a/prt-get/Pkgfile +++ b/prt-get/Pkgfile @@ -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
participants (1)
-
crux@crux.nu