From ef637ef689e9a0b80247ec70a5ddfb5ffa8b8b5f Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 23 Feb 2024 04:31:18 +0100 Subject: [PATCH] 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