Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2021 16:47:38 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: bf122ad7c4e4 - main - textproc/lowdown: respect PREFIX
Message-ID:  <202108031647.173GlcLc037676@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=bf122ad7c4e464495762396c840580ac1aa90c5c

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

    textproc/lowdown: respect PREFIX
    
    PR:             257431
    Submitted by:   John Marshall <john@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}



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