Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2021 16:45:06 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6987fb41bc02 - main - textproc/libdiff: respect PREFIX
Message-ID:  <202108031645.173Gj69e037372@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6987fb41bc0293fd594d0c55e74232e3c8069f64

commit 6987fb41bc0293fd594d0c55e74232e3c8069f64
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-08-03 16:42:28 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-08-03 16:45:01 +0000

    textproc/libdiff: respect PREFIX
    
    PR:             257430
    Submitted by:   John Marshall <john@jmarshall.id.au>
---
 textproc/libdiff/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/textproc/libdiff/Makefile b/textproc/libdiff/Makefile
index 508362717cb0..b27fb09c8731 100644
--- a/textproc/libdiff/Makefile
+++ b/textproc/libdiff/Makefile
@@ -12,5 +12,6 @@ PLIST_FILES=	lib/libdiff.a \
 		include/diff.h \
 		man/man3/diff.3.gz
 HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	PREFIX="${PREFIX}"
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108031645.173Gj69e037372>