Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2021 07:09:23 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aea1565ddef0 - main - textproc/discount: Remove duplicate INSTALL_TARGET
Message-ID:  <202104180709.13I79NGT094761@gitrepo.freebsd.org>

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

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

commit aea1565ddef0c218d52f8d022425135f6680609e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-18 04:58:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-18 05:42:11 +0000

    textproc/discount: Remove duplicate INSTALL_TARGET
---
 textproc/discount/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/discount/Makefile b/textproc/discount/Makefile
index d7be9d1392b3..76f811f7ee52 100644
--- a/textproc/discount/Makefile
+++ b/textproc/discount/Makefile
@@ -36,7 +36,7 @@ SAMPLES_DESC=	Install sample programs
 TAB8_DESC=	Use a tabstop of 8 (default is 4)
 
 EXTRA_CONFIGURE_ON=	--with-dl=both --with-fenced-code --with-github-tags --with-id-anchor
-SAMPLES_INSTALL_TARGET=	install install.samples
+SAMPLES_INSTALL_TARGET=	install.samples
 TAB8_CONFIGURE_ON=	--with-tabstops=8
 
 post-configure:



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