Date: Thu, 04 Jan 2024 22:39:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 276120] math/jacal not PREFIX-safe Message-ID: <bug-276120-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276120 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 i= nto /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=3D gmake zip HAS_CONFIGURE=3D yes +CONFIGURE_ARGS+=3D--prefix=3D${PREFIX} WRKSRC=3D ${WRKDIR}/${PORTNAME} NO_BUILD=3D yes --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276120-7788>