git: bf122ad7c4e4 - main - textproc/lowdown: respect PREFIX

Baptiste Daroussin bapt at FreeBSD.org
Tue Aug 3 16:47:38 UTC 2021


The branch main has been updated by bapt:

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

commit bf122ad7c4e464495762396c840580ac1aa90c5c
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-08-03 16:45:54 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-08-03 16:45:54 +0000

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

diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile
index fef55cb48eef..f3c06a90639c 100644
--- a/textproc/lowdown/Makefile
+++ b/textproc/lowdown/Makefile
@@ -13,6 +13,7 @@ LDFLAGS+=	-lmd
 MAKE_ARGS=	LDFLAGS="${LDFLAGS}" MANDIR=${PREFIX}/share/man
 
 HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	PREFIX="${PREFIX}"
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}


More information about the dev-commits-ports-main mailing list