mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
astro/xtide: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b55d7ad75c
commit
31e1e0d3e8
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xtide
|
PORTNAME= xtide
|
||||||
PORTVERSION= 2.15.5
|
PORTVERSION= 2.15.5
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= astro geography
|
CATEGORIES= astro geography
|
||||||
MASTER_SITES= https://flaterco.com/files/xtide/
|
MASTER_SITES= https://flaterco.com/files/xtide/
|
||||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||||
|
@ -21,6 +21,7 @@ USE_CXXSTD= c++11
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ENV= ac_cv_header_tcd_h=yes \
|
CONFIGURE_ENV= ac_cv_header_tcd_h=yes \
|
||||||
ac_cv_lib_tcd_get_tide_db_header=yes
|
ac_cv_lib_tcd_get_tide_db_header=yes
|
||||||
CFLAGS+= -Wno-deprecated-declarations
|
CFLAGS+= -Wno-deprecated-declarations
|
||||||
|
|
|
@ -64,9 +64,9 @@ lib/libxtide.a
|
||||||
lib/libxtide.so
|
lib/libxtide.so
|
||||||
lib/libxtide.so.1
|
lib/libxtide.so.1
|
||||||
lib/libxtide.so.1.0.5
|
lib/libxtide.so.1.0.5
|
||||||
man/man1/tide.1.gz
|
share/man/man1/tide.1.gz
|
||||||
%%X11%%man/man1/xtide.1.gz
|
%%X11%%share/man/man1/xtide.1.gz
|
||||||
man/man8/xttpd.8.gz
|
share/man/man8/xttpd.8.gz
|
||||||
sbin/xttpd
|
sbin/xttpd
|
||||||
share/libtcd/libtcd.html
|
share/libtcd/libtcd.html
|
||||||
%%X11%%share/pixmaps/xtide.png
|
%%X11%%share/pixmaps/xtide.png
|
||||||
|
|
Loading…
Add table
Reference in a new issue