git: 57a11f4a38cb - main - textproc/discount: Clean up CONFIGURE_ARGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:06:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=57a11f4a38cb7288c850bf300451afbf4ef46ef5 commit 57a11f4a38cb7288c850bf300451afbf4ef46ef5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-28 16:56:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-28 17:04:46 +0000 textproc/discount: Clean up CONFIGURE_ARGS --- textproc/discount/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/discount/Makefile b/textproc/discount/Makefile index 8e5d1d5fb022..3044d687be19 100644 --- a/textproc/discount/Makefile +++ b/textproc/discount/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= cpe pathfix pkgconfig tar:bz2 CFLAGS+= -fPIC -CONFIGURE_ARGS= --mandir=${PREFIX}/share/man --prefix=${PREFIX} --shared +CONFIGURE_ARGS= --prefix=${PREFIX} --shared CONFIGURE_SCRIPT= configure.sh HAS_CONFIGURE= yes INSTALL_TARGET= install install.man