summaryrefslogtreecommitdiff
path: root/www/buku/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/buku/Makefile')
-rw-r--r--www/buku/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/www/buku/Makefile b/www/buku/Makefile
index 40682e095937..2afd17f83174 100644
--- a/www/buku/Makefile
+++ b/www/buku/Makefile
@@ -1,5 +1,5 @@
PORTNAME= buku
-PORTVERSION= 5.0
+PORTVERSION= 5.1
DISTVERSIONPREFIX= v
CATEGORIES= www python
@@ -23,8 +23,6 @@ USE_PYTHON= autoplist cryptography noflavors pep517
NO_ARCH= yes
-PLIST_FILES= share/man/man1/buku.1.gz
-
USE_GITHUB= yes
GH_ACCOUNT= jarun
@@ -42,9 +40,6 @@ ZSH_PLIST_FILES= share/zsh/site-functions/_buku
post-extract:
@${RM} -r ${WRKSRC}/bukuserver
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/buku.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
post-install-BASH-on:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
${INSTALL_DATA} ${WRKSRC}/auto-completion/bash/buku-completion.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/buku-completion.bash