git: 8bc53a587467 - main - cad/admesh: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 13:24:17 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bc53a5874678907a54b43662956ab44d0cef55d commit 8bc53a5874678907a54b43662956ab44d0cef55d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 13:01:42 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 13:23:50 +0000 cad/admesh: Moved man to share/man Approved by: portmgr (blanket) --- cad/admesh/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cad/admesh/Makefile b/cad/admesh/Makefile index 34eb3e9bbc30..50eba9b4fabd 100644 --- a/cad/admesh/Makefile +++ b/cad/admesh/Makefile @@ -1,6 +1,7 @@ PORTNAME= admesh DISTVERSIONPREFIX= v DISTVERSION= 0.98.5 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org @@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf libtool USE_GITHUB= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS @@ -25,7 +27,7 @@ PLIST_FILES= bin/admesh \ lib/libadmesh.so.1 \ lib/libadmesh.so.1.0.0 \ libdata/pkgconfig/libadmesh.pc \ - man/man1/admesh.1.gz + share/man/man1/admesh.1.gz do-install-DOCS-on: @${RM} ${STAGEDIR}${DOCSDIR}/COPYING