diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 19:34:10 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 20:25:23 +0100 |
commit | c5fef461e54af62ee47cacb45085698c84ccea34 (patch) | |
tree | 0e0e27bdaf1a4086e71ba25423ee84e2484c120f /math | |
parent | 2bc91748ae4708ab1519ba14d0ae2b2f17d5e725 (diff) | |
download | freebsd-ports-c5fef461e54af62ee47cacb45085698c84ccea34.zip |
math/jags: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/jags/Makefile | 3 | ||||
-rw-r--r-- | math/jags/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/math/jags/Makefile b/math/jags/Makefile index 3591b4c22c25..6bf2cb8cf04f 100644 --- a/math/jags/Makefile +++ b/math/jags/Makefile @@ -1,6 +1,6 @@ PORTNAME= mcmc-jags DISTVERSION= 4.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/mcmc-jags/JAGS/${S}.x/Source/:1 \ SF/mcmc-jags/Examples/${S}.x/:2 \ @@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libltdl.so:devel/libltdl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= bison compiler:features fortran gmake libtool localbase pathfix USE_GCC= yes USE_LDCONFIG= yes diff --git a/math/jags/pkg-plist b/math/jags/pkg-plist index f328b3d16868..ae0b8eeb65bc 100644 --- a/math/jags/pkg-plist +++ b/math/jags/pkg-plist @@ -108,4 +108,4 @@ lib/libjrmath.so.0 lib/libjrmath.so.0.0.0 libdata/pkgconfig/jags.pc libexec/jags-terminal -man/man1/jags.1.gz +share/man/man1/jags.1.gz |