git: ef637ef689e9 - main - deskutils/hebcal: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 03:32:52 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ef637ef689e9a0b80247ec70a5ddfb5ffa8b8b5f
commit ef637ef689e9a0b80247ec70a5ddfb5ffa8b8b5f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 03:31:18 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 03:31:45 +0000
deskutils/hebcal: Moved man to share/man
Approved by: portmgr (blanket)
---
deskutils/hebcal/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/deskutils/hebcal/Makefile b/deskutils/hebcal/Makefile
index 7267594a08a4..e788dd84af1a 100644
--- a/deskutils/hebcal/Makefile
+++ b/deskutils/hebcal/Makefile
@@ -1,5 +1,6 @@
PORTNAME= hebcal
PORTVERSION= 4.13
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
@@ -12,11 +13,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake perl5
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
TEST_TARGET= check
USE_GITHUB= yes
PLIST_FILES= bin/hebcal \
- man/man1/hebcal.1.gz
+ share/man/man1/hebcal.1.gz
.include <bsd.port.mk>