summaryrefslogtreecommitdiff
path: root/mplayer
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2017-08-20 22:17:53 +0200
committerThomas Penteker <tek@serverop.de>2017-08-20 22:17:53 +0200
commit7afb9bb7992bc9d64443dd49133e3a524d55694c (patch)
treec3f8bb689cbae3c41a31c7407388996609c6d27b /mplayer
parent58dbec1f92634be0d2904693498f1926d2df7e9d (diff)
downloadopt-7afb9bb7992bc9d64443dd49133e3a524d55694c.tar.gz
opt-7afb9bb7992bc9d64443dd49133e3a524d55694c.tar.xz
mplayer: update mandir
Diffstat (limited to 'mplayer')
-rw-r--r--mplayer/.footprint7
-rw-r--r--mplayer/.signature6
-rw-r--r--mplayer/Pkgfile4
3 files changed, 8 insertions, 9 deletions
diff --git a/mplayer/.footprint b/mplayer/.footprint
index b60db6361..e01d5e167 100644
--- a/mplayer/.footprint
+++ b/mplayer/.footprint
@@ -6,11 +6,10 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mencoder
-rwxr-xr-x root/root usr/bin/mplayer
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
-lrwxrwxrwx root/root usr/man/man1/mencoder.1.gz -> mplayer.1.gz
--rw-r--r-- root/root usr/man/man1/mplayer.1.gz
drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man1/
+lrwxrwxrwx root/root usr/share/man1/mencoder.1.gz -> mplayer.1.gz
+-rw-r--r-- root/root usr/share/man1/mplayer.1
drwxr-xr-x root/root usr/share/mplayer/
lrwxrwxrwx root/root usr/share/mplayer/font -> font-arial-14-iso-8859-1
drwxr-xr-x root/root usr/share/mplayer/font-arial-14-iso-8859-1/
diff --git a/mplayer/.signature b/mplayer/.signature
index 7c90f1f7d..b434055e2 100644
--- a/mplayer/.signature
+++ b/mplayer/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Rr7W6OANYDv3Heqly0ykQzuQAN3SOijK0RjUsYGVMeHWvQrfA1XYWzlZxQbBKi1BzO/h5v8Xg62TpR3ZfNqJg0=
-SHA256 (Pkgfile) = b04f7c3520220049cb9ad843e98ea252a76414f1c02a0d4235424b93a5d33c66
-SHA256 (.footprint) = 642af347e6a6c53980075062aa34578ffc0863f7b31d2ed8a3394bcc44a43d0c
+RWSE3ohX2g5d/fF8ie9Ighrtd1W6Knd82c3M6jGNEO3aMM80ywqYshY8cWa+PhWt4MxL40y7e+uqLp6cjpVCxQFR75w1ZO+Buwk=
+SHA256 (Pkgfile) = f85e079856609f489bee60aa6369771bfb5f0494e6ba5350ba61f7749422edf9
+SHA256 (.footprint) = f341ce2740c1643bd7664028b1b539b7f418d9e704b6b11bcbd9b209e5073feb
SHA256 (mplayer-2017-04-29.tar.xz) = f6387c132ebf4db095d60cd37e8e55b582fbd58714f0d431af6f8dd64a24cbb9
SHA256 (font-arial-iso-8859-1.tar.bz2) = 9730f481764f367c9089d0166fb6ccf9148808ffbbfeca635cf0e6db75765d29
SHA256 (mplayer.conf) = ea4cdab97915490376653b1be791306b641429a5cee24f5c1fbe4ef07fcc20d1
diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile
index 1efc9f3d7..7fad432c3 100644
--- a/mplayer/Pkgfile
+++ b/mplayer/Pkgfile
@@ -20,13 +20,13 @@ build() {
rm -f ffmpeg/mp_auto_pull
./configure --prefix=/usr \
- --mandir=/usr/man \
+ --mandir=/usr/share \
--codecsdir=/usr/share/codecs \
--confdir=/etc/mplayer
make
make DESTDIR=$PKG install
- (cd $PKG/usr/man/man1; rm mencoder.1; ln -s mplayer.1.gz mencoder.1.gz)
+ (cd $PKG/usr/share/man1; rm mencoder.1; ln -s mplayer.1.gz mencoder.1.gz)
# fonts
mkdir -p $PKG/usr/share/mplayer

Generated by cgit