diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 11:50:33 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 12:02:57 +0000 |
commit | 31e1e0d3e8887e79b8ae86d954a64b67379c84b4 (patch) | |
tree | 5dc6696673591decac2d26233ea14ad1cb09b24b | |
parent | b55d7ad75cddcc828c23cf36fc5e80b38edf1774 (diff) |
astro/xtide: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | astro/xtide/Makefile | 3 | ||||
-rw-r--r-- | astro/xtide/pkg-plist | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index a35d340177f5..9cad1ed479ec 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -1,6 +1,6 @@ PORTNAME= xtide PORTVERSION= 2.15.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= https://flaterco.com/files/xtide/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -21,6 +21,7 @@ USE_CXXSTD= c++11 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV= ac_cv_header_tcd_h=yes \ ac_cv_lib_tcd_get_tide_db_header=yes CFLAGS+= -Wno-deprecated-declarations diff --git a/astro/xtide/pkg-plist b/astro/xtide/pkg-plist index f1abc3792dae..ea0251952e0b 100644 --- a/astro/xtide/pkg-plist +++ b/astro/xtide/pkg-plist @@ -64,9 +64,9 @@ lib/libxtide.a lib/libxtide.so lib/libxtide.so.1 lib/libxtide.so.1.0.5 -man/man1/tide.1.gz -%%X11%%man/man1/xtide.1.gz -man/man8/xttpd.8.gz +share/man/man1/tide.1.gz +%%X11%%share/man/man1/xtide.1.gz +share/man/man8/xttpd.8.gz sbin/xttpd share/libtcd/libtcd.html %%X11%%share/pixmaps/xtide.png |