git: 6987fb41bc02 - main - textproc/libdiff: respect PREFIX
Baptiste Daroussin
bapt at FreeBSD.org
Tue Aug 3 16:45:07 UTC 2021
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6987fb41bc0293fd594d0c55e74232e3c8069f64
commit 6987fb41bc0293fd594d0c55e74232e3c8069f64
Author: Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-08-03 16:42:28 +0000
Commit: Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-08-03 16:45:01 +0000
textproc/libdiff: respect PREFIX
PR: 257430
Submitted by: John Marshall <john at 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>
More information about the dev-commits-ports-all
mailing list