aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 20:46:23 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 20:48:15 +0000
commit70e612b1d10ebebf2933693139f4228cfb52ab25 (patch)
treec9dc00b75edd8e6fc777c75f2404bce3315838a0
parentf4688ca393a9a2569ec2ae9994c0d0d1e2d54dcc (diff)
downloadports-70e612b1d10ebebf2933693139f4228cfb52ab25.tar.gz
ports-70e612b1d10ebebf2933693139f4228cfb52ab25.zip
math/jacal: Moved man to share/man
-rw-r--r--math/jacal/Makefile4
-rw-r--r--math/jacal/pkg-plist2
2 files changed, 5 insertions, 1 deletions
diff --git a/math/jacal/Makefile b/math/jacal/Makefile
index 7176c974e6c9..0b1d880f3c53 100644
--- a/math/jacal/Makefile
+++ b/math/jacal/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jacal
PORTVERSION= 1c8
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/
@@ -15,6 +16,9 @@ RUN_DEPENDS= scm:lang/scm \
USES= gmake zip
HAS_CONFIGURE= yes
+CONFIGURE_ARGS+=--prefix=${PREFIX} \
+ --mandir=${PREFIX}/share/man
+
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
diff --git a/math/jacal/pkg-plist b/math/jacal/pkg-plist
index 8de9e42355a8..62dfc2a0177d 100644
--- a/math/jacal/pkg-plist
+++ b/math/jacal/pkg-plist
@@ -34,4 +34,4 @@ lib/jacal/unparse.scm
lib/jacal/uv-hensel.scm
lib/jacal/vect.scm
lib/jacal/view.scm
-man/man1/jacal.1.gz
+share/man/man1/jacal.1.gz