ports/opt (3.2): libtirpc: move man-pages to /usr/share
commit c82f4b9316513d8b4b5ab68a90f2cc46eb50eaa5 Author: Juergen Daubert <jue@jue.li> Date: Sat Oct 29 12:22:39 2016 +0200 libtirpc: move man-pages to /usr/share diff --git a/libtirpc/.footprint b/libtirpc/.footprint index 4cc025d..fd22452 100644 --- a/libtirpc/.footprint +++ b/libtirpc/.footprint @@ -44,26 +44,27 @@ lrwxrwxrwx root/root usr/lib/libtirpc.so.3 -> libtirpc.so.3.0.0 -rwxr-xr-x root/root usr/lib/libtirpc.so.3.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libtirpc.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/bindresvport.3t.gz --rw-r--r-- root/root usr/man/man3/des_crypt.3t.gz --rw-r--r-- root/root usr/man/man3/getnetconfig.3t.gz --rw-r--r-- root/root usr/man/man3/getnetpath.3t.gz --rw-r--r-- root/root usr/man/man3/getrpcent.3t.gz --rw-r--r-- root/root usr/man/man3/getrpcport.3t.gz --rw-r--r-- root/root usr/man/man3/rpc.3t.gz --rw-r--r-- root/root usr/man/man3/rpc_clnt_auth.3t.gz --rw-r--r-- root/root usr/man/man3/rpc_clnt_calls.3t.gz --rw-r--r-- root/root usr/man/man3/rpc_clnt_create.3t.gz --rw-r--r-- root/root usr/man/man3/rpc_secure.3t.gz --rw-r--r-- root/root usr/man/man3/rpc_soc.3t.gz --rw-r--r-- root/root usr/man/man3/rpc_svc_calls.3t.gz --rw-r--r-- root/root usr/man/man3/rpc_svc_create.3t.gz --rw-r--r-- root/root usr/man/man3/rpc_svc_err.3t.gz --rw-r--r-- root/root usr/man/man3/rpc_svc_reg.3t.gz --rw-r--r-- root/root usr/man/man3/rpc_xdr.3t.gz --rw-r--r-- root/root usr/man/man3/rpcbind.3t.gz --rw-r--r-- root/root usr/man/man3/rtime.3t.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/netconfig.5.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/bindresvport.3t.gz +-rw-r--r-- root/root usr/share/man/man3/des_crypt.3t.gz +-rw-r--r-- root/root usr/share/man/man3/getnetconfig.3t.gz +-rw-r--r-- root/root usr/share/man/man3/getnetpath.3t.gz +-rw-r--r-- root/root usr/share/man/man3/getrpcent.3t.gz +-rw-r--r-- root/root usr/share/man/man3/getrpcport.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpc.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpc_clnt_auth.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpc_clnt_calls.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpc_clnt_create.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpc_secure.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpc_soc.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpc_svc_calls.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpc_svc_create.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpc_svc_err.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpc_svc_reg.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpc_xdr.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rpcbind.3t.gz +-rw-r--r-- root/root usr/share/man/man3/rtime.3t.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/netconfig.5.gz diff --git a/libtirpc/Pkgfile b/libtirpc/Pkgfile index fbe1303..09095b3 100644 --- a/libtirpc/Pkgfile +++ b/libtirpc/Pkgfile @@ -4,7 +4,7 @@ name=libtirpc version=1.0.1 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version...) build() { @@ -12,7 +12,6 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ - --mandir=/usr/man \ --disable-gssapi make
participants (1)
-
crux@crux.nu