use standard dir for zsh completions, from Matthew Martin, ok kn

This commit is contained in:
sthen 2020-01-17 13:53:22 +00:00
parent 193fd38ed2
commit 792d1202d9
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.58 2019/12/28 18:37:32 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.59 2020/01/17 13:53:22 sthen Exp $
COMMENT = movie player based on MPlayer/mplayer2
GH_ACCOUNT = mpv-player
GH_PROJECT = mpv
GH_TAGNAME = v0.31.0
REVISION = 0
SHARED_LIBS += mpv 0.1 # 1.106
@ -60,7 +61,6 @@ CONFIGURE_ARGS = --confloaddir=${SYSCONFDIR}/mpv \
--confdir=${LOCALBASE}/share/examples/mpv \
--mandir=${LOCALBASE}/man \
--docdir=${LOCALBASE}/share/examples/mpv \
--zshdir=${LOCALBASE}/share/zsh/vendor-completions \
--enable-cdda \
--enable-dvdnav \
--enable-libmpv-shared \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2019/08/06 23:17:55 bcallah Exp $
@comment $OpenBSD: PLIST,v 1.8 2020/01/17 13:53:22 sthen Exp $
@bin bin/mpv
include/mpv/
include/mpv/client.h
@ -27,5 +27,5 @@ share/icons/hicolor/symbolic/apps/mpv-symbolic.svg
@tag gtk-update-icon-cache %D/share/icons/hicolor
@tag update-desktop-database
share/zsh/
share/zsh/vendor-completions/
share/zsh/vendor-completions/_mpv
share/zsh/site-functions/
share/zsh/site-functions/_mpv