git: dba5690a31fd - main - net-mgmt/sipcalc: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 07:35:59 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=dba5690a31fd5a842b5d3fab78facfb56dba02fc commit dba5690a31fd5a842b5d3fab78facfb56dba02fc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 06:52:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 06:52:05 +0000 net-mgmt/sipcalc: Moved man to share/man Approved by: portmgr (blanket) --- net-mgmt/sipcalc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mgmt/sipcalc/Makefile b/net-mgmt/sipcalc/Makefile index 691f0a122d54..281e50810e63 100644 --- a/net-mgmt/sipcalc/Makefile +++ b/net-mgmt/sipcalc/Makefile @@ -1,5 +1,6 @@ PORTNAME= sipcalc PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/ @@ -11,9 +12,10 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PORTDOCS= * -PLIST_FILES= bin/sipcalc man/man1/sipcalc.1.gz +PLIST_FILES= bin/sipcalc share/man/man1/sipcalc.1.gz OPTIONS_DEFINE= DOCS