Browse Source
deskutils/hebcal: Moved man to share/man
Approved by: portmgr (blanket)
overlay
Muhammad Moinur Rahman
1 year ago
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with
3 additions and
1 deletions
-
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> |
|
|
|