lang/fth: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-09 18:32:05 +00:00
parent 53fc891484
commit 2534dd65a0
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= fth
DISTVERSION= 1.4.2
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= SF/fth/fth/${DISTVERSION}/
@ -14,6 +15,7 @@ USES= gmake tar:bz2 ssl # ssl is used only for the bignum interface BN_*
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
TEST_TARGET= test

View File

@ -8,8 +8,6 @@ include/fth/fth.h
include/fth/mp.h
lib/fth/dbm.so
lib/libfth.so
man/man1/fth.1.gz
man/man3/libfth.3.gz
share/aclocal/fth.m4
%%DATADIR%%/fth-lib/assert.fs
%%DATADIR%%/fth-lib/compat.fs
@ -43,3 +41,5 @@ share/aclocal/fth.m4
%%DATADIR%%/site-fth/snd-xm.fs
%%DATADIR%%/site-fth/spectr.fs
%%DATADIR%%/site-fth/xm-enved.fs
share/man/man1/fth.1.gz
share/man/man3/libfth.3.gz