[Bug 276120] math/jacal not PREFIX-safe

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 04 Jan 2024 22:39:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276120

            Bug ID: 276120
           Summary: math/jacal not PREFIX-safe
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: easy, patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: mi@FreeBSD.org
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

Without the below one-line change, the upstream's man-page is still going into
/usr/local/man/man1 instead of %%PREFIX%%/man/man1 :-(

diff --git a/math/jacal/Makefile b/math/jacal/Makefile
index 7176c974e6c9..5c4106660082 100644
--- a/math/jacal/Makefile
+++ b/math/jacal/Makefile
@@ -15,6 +15,7
 USES=          gmake zip

 HAS_CONFIGURE= yes
+CONFIGURE_ARGS+=--prefix=${PREFIX}
 WRKSRC=                ${WRKDIR}/${PORTNAME}

 NO_BUILD=      yes

-- 
You are receiving this mail because:
You are the assignee for the bug.