ports/opt (3.3): conky: move man-pages to /usr/share/man
commit 9062ba691252ec4f36da401633faeb708cf88ffe Author: Juergen Daubert <jue@jue.li> Date: Tue Nov 22 14:17:48 2016 +0100 conky: move man-pages to /usr/share/man diff --git a/conky/.footprint b/conky/.footprint index 81df1f1..ba1f6e8 100644 --- a/conky/.footprint +++ b/conky/.footprint @@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/etc/ drwxr-xr-x root/root usr/etc/conky/ -rw-r--r-- root/root usr/etc/conky/conky.conf -rw-r--r-- root/root usr/etc/conky/conky_no_x11.conf -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/conky.1.gz +drwxr-xr-x root/root usr/share/ +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/conky.1.gz diff --git a/conky/.signature b/conky/.signature index 1d07f16..d7b8f1a 100644 --- a/conky/.signature +++ b/conky/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/apx85brYIJaFoIN7r0S3u7nYisXQHV+XS2RhdaD5VCMvHkfvCAq9lRmutMw641liZqc2qQvq7J+jEk+hFo43wQ= -SHA256 (Pkgfile) = f3871cd1bd8a20b6a99a39b47c520d4dadf6dcb836fd12142d1d3fd1ad1b73eb -SHA256 (.footprint) = 5dc57cbe815b6d41248a29f400e9378cb13b4a47606c2de66bf280acfa0ff4cf +RWSE3ohX2g5d/Uv5/N11GVW+k+zw7u0ZVNVOBdPC75v+xNds/l63O0vHyf/w1ZPIt+VQc5rYIm5JWQ3bcJyDOyfRKd9atXtwRg8= +SHA256 (Pkgfile) = 20ba76430bc77e18e6f53ad1a48959640ce3d18a0c052357255607fe3f47e4c1 +SHA256 (.footprint) = ff8a08c65f5f2c3959c9323c8efb3c3c5d23fd802931a7c76091309aabe7bef0 SHA256 (conky-1.9.0.tar.bz2) = baf1b550f135fbfb53e5e286a33aadc03a667d63bf6c4d52ba7637366295bb6f diff --git a/conky/Pkgfile b/conky/Pkgfile index 0c69816..a597f65 100644 --- a/conky/Pkgfile +++ b/conky/Pkgfile @@ -5,13 +5,12 @@ name=conky version=1.9.0 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version...) build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --disable-lua \ --enable-xft \ --enable-portmon \
participants (1)
-
crux@crux.nu