diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 14:22:03 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 14:23:55 +0100 |
commit | ef04b67491260b20ce8eaf7b0cb20616c5853840 (patch) | |
tree | 847be082b53324cfa1aa207b38f3b415475b49e1 | |
parent | 5ce9bd8c4b1f1c33dd3c318ede492615fe026974 (diff) | |
download | freebsd-ports-ef04b67491260b20ce8eaf7b0cb20616c5853840.zip |
cad/pdnmesh: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | cad/pdnmesh/Makefile | 3 | ||||
-rw-r--r-- | 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 |