ports/opt (3.3): exif: move man-pages to /usr/share/man
commit 520fec0bb4c28124e12240ecadaed3f428f928f3 Author: Juergen Daubert <jue@jue.li> Date: Wed Nov 30 12:42:37 2016 +0100 exif: move man-pages to /usr/share/man diff --git a/exif/.footprint b/exif/.footprint index 97a8cd9..70b9d67 100644 --- a/exif/.footprint +++ b/exif/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/exif -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/exif.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/exif.1.gz diff --git a/exif/.signature b/exif/.signature index e9e85e9..7f2be21 100644 --- a/exif/.signature +++ b/exif/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/XJxubb6RvL97pOzvuyKFvxhxRDKHtKhDr/ruWXvinIjYhAAoVujeaNvvfLED85iIYY8IesXfPbcuXleBYSTrg4= -SHA256 (Pkgfile) = c75515af725d30c5a96494153b66c0cf190e5816476b333f8c218cc211794914 -SHA256 (.footprint) = 2603bcebb0efe3a301f436bb15debf67de99b2053a8f6ecf18e78fb971152429 +RWSE3ohX2g5d/aLTtUOPh7bPnVt2f82pGNElS3wqD39kWrr8RNTf9lsUS37ZV+YWSUJydzqS8pBOlse7gD2GW3uvRQnJil5AgQ4= +SHA256 (Pkgfile) = e6a5f9e539c89f61ce305d2d477434adffe9a990e506dff0df644ede028f51ac +SHA256 (.footprint) = 5b5ec0f58474571c1d9bb357a696ecca4b6fa9f114b346ea0fdcc0f42bbb2ec4 SHA256 (exif-0.6.21.tar.bz2) = 59e78229ac32dd8ae3cad45c5781350da20705313c0b2dda266da0431b8769fd diff --git a/exif/Pkgfile b/exif/Pkgfile index 70aac19..7573de5 100644 --- a/exif/Pkgfile +++ b/exif/Pkgfile @@ -5,12 +5,12 @@ name=exif version=0.6.21 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/libexif/$name/$version/$name-$versi...) build () { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man --disable-nls + ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu