diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 04:58:12 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 05:42:11 +0000 |
commit | aea1565ddef0c218d52f8d022425135f6680609e (patch) | |
tree | 94af44f05206df1b8ae968a2f76cfa79bd13fcaa | |
parent | b5bc4ba4a2806ec5ff9df638ab43fe8ad40044e5 (diff) |
textproc/discount: Remove duplicate INSTALL_TARGET
-rw-r--r-- | textproc/discount/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |