diff options
author | Juergen Daubert <jue@jue.li> | 2016-11-30 12:42:37 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-11-30 12:42:37 +0100 |
commit | 520fec0bb4c28124e12240ecadaed3f428f928f3 (patch) | |
tree | 6f7678ef29f15cea09e68a9e19c6d2b22645efda /exif | |
parent | 0200e5fffe903c0dc9154650ae7eeaf6f7314719 (diff) | |
download | opt-520fec0bb4c28124e12240ecadaed3f428f928f3.tar.gz opt-520fec0bb4c28124e12240ecadaed3f428f928f3.tar.xz |
exif: move man-pages to /usr/share/man
Diffstat (limited to 'exif')
-rw-r--r-- | exif/.footprint | 7 | ||||
-rw-r--r-- | exif/.signature | 6 | ||||
-rw-r--r-- | exif/Pkgfile | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/exif/.footprint b/exif/.footprint index 97a8cd9d5..70b9d67a4 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 e9e85e9a5..7f2be21d2 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 70aac1929..7573de5e7 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-$version.tar.bz2) build () { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man --disable-nls + ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install } |