ports/core (3.2): pkg-config: move man-pages to /usr/share/man
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit ab33a42cf957f4bf5032dd2e818516c773145c0f Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 21:21:51 2015 +0200 pkg-config: move man-pages to /usr/share/man diff --git a/pkg-config/.footprint b/pkg-config/.footprint index df5ed35..b1887f0 100644 --- a/pkg-config/.footprint +++ b/pkg-config/.footprint @@ -1,9 +1,9 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pkg-config -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/pkg-config.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/pkg.m4 +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/pkg-config.1.gz diff --git a/pkg-config/Pkgfile b/pkg-config/Pkgfile index fb1cfb8..41ac4e3 100644 --- a/pkg-config/Pkgfile +++ b/pkg-config/Pkgfile @@ -4,14 +4,13 @@ name=pkg-config version=0.28 -release=1 +release=2 source=(http://pkgconfig.freedesktop.org/releases/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --with-internal-glib \ --disable-host-tool make
participants (1)
-
crux@crux.nu