Date: Thu, 22 Feb 2024 13:24:23 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ef04b6749126 - main - cad/pdnmesh: Moved man to share/man Message-ID: <202402221324.41MDONeV011112@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef04b67491260b20ce8eaf7b0cb20616c5853840 commit ef04b67491260b20ce8eaf7b0cb20616c5853840 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 13:22:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 13:23:55 +0000 cad/pdnmesh: Moved man to share/man Approved by: portmgr (blanket) --- cad/pdnmesh/Makefile | 3 ++- cad/pdnmesh/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 3b94471ef8e8..6c4ba85787f5 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdnmesh PORTVERSION= 0.2.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} @@ -19,6 +19,7 @@ USES= compiler:c++11-lang fortran gl gnome pkgconfig USE_GL= glu USE_GNOME= gtk20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LDFLAGS+= -lm DESKTOP_ENTRIES="pdnMesh" "${COMMENT}" "" "${PORTNAME}" "" true diff --git a/cad/pdnmesh/pkg-plist b/cad/pdnmesh/pkg-plist index 8bf1db1f44a6..2f8551e0f332 100644 --- a/cad/pdnmesh/pkg-plist +++ b/cad/pdnmesh/pkg-plist @@ -1,6 +1,6 @@ bin/pdnmesh -man/man1/pdnmesh.1.gz -man/man5/pdnmesh_input.5.gz +share/man/man1/pdnmesh.1.gz +share/man/man5/pdnmesh_input.5.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/tutorial/README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221324.41MDONeV011112>