git: cdd499a76d9b - main - www/py-django50: Fix installation path for manual page.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Jan 2024 22:58:04 UTC
The branch main has been updated by delphij:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cdd499a76d9b58669f0131ac9fa3b38362cbf2b5
commit cdd499a76d9b58669f0131ac9fa3b38362cbf2b5
Author: Xin LI <delphij@FreeBSD.org>
AuthorDate: 2024-01-13 22:54:59 +0000
Commit: Xin LI <delphij@FreeBSD.org>
CommitDate: 2024-01-13 22:56:19 +0000
www/py-django50: Fix installation path for manual page.
---
www/py-django50/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/py-django50/Makefile b/www/py-django50/Makefile
index adb382f283da..983fde7e7cea 100644
--- a/www/py-django50/Makefile
+++ b/www/py-django50/Makefile
@@ -1,6 +1,6 @@
PORTNAME= django
PORTVERSION= 5.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= PYPI \
https://media.djangoproject.com/releases/${PORTVERSION:R}/
@@ -60,7 +60,7 @@ post-build-HTMLDOCS-on:
cd ${WRKSRC}/docs && ${MAKE} html SPHINXBUILD=sphinx-build-${PYTHON_VER}
post-install:
- ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${PREFIX}/share/man/man1
@${ECHO_MSG} ""
@${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation"
@${ECHO_MSG} ""