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:
parent
43f4148c73
commit
6eb91a9910
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user