1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

math/algae: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 18:59:51 +01:00
parent 43f4148c73
commit 6eb91a9910
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= algae
PORTVERSION= 4.3.6
PORTREVISION= 19
PORTREVISION= 20
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -16,6 +16,7 @@ BROKEN_armv6= does not build: checking for proper floating point exception hand
BROKEN_armv7= does not build: checking for proper floating point exception handling... no
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= fortran
CONFIGURE_ARGS= --disable-dlmalloc --without-fftw --without-blas \

View File

@ -5,7 +5,7 @@
# Directory in which to install the man page.
-mandir = $(datadir)/man/man$(manext)
+mandir = $(prefix)/man/man$(manext)
+mandir = $(prefix)/share/man/man$(manext)
# The manpage extension
manext = 1

View File

@ -1,7 +1,7 @@
bin/algae
bin/algae-%%ALGAE_VERSION%%
lib/algae/%%ALGAE_VERSION%%/algae.A
man/man1/algae.1.gz
share/man/man1/algae.1.gz
%%DATADIR%%/%%ALGAE_VERSION%%/html/COPYING
%%DATADIR%%/%%ALGAE_VERSION%%/html/LICENSE
%%DATADIR%%/%%ALGAE_VERSION%%/html/algae.html