math/wcalc: Moved man to share/man

Approved by:    portmgr (blanket)
2024Q2
Muhammad Moinur Rahman 2024-02-26 21:31:17 +01:00
parent 2ac46c92ab
commit e0c6de026e
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= wcalc
PORTVERSION= 2.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= SF/w-calc/Wcalc/${PORTVERSION}
@ -16,8 +16,9 @@ LIB_DEPENDS= libgmp.so:math/gmp \
USES= localbase readline
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/wcalc \
man/man1/wcalc.1.gz
share/man/man1/wcalc.1.gz
.include <bsd.port.mk>