aboutsummaryrefslogtreecommitdiff
path: root/textproc/discount
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-06-22 17:36:09 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-06-22 17:36:09 +0000
commit1ca2ea6ab8490f4674c31df509360d72d8e4b9d3 (patch)
tree9b3e37583b99aa737ec1cebc029d36885d2c614e /textproc/discount
parent7db4383692146211c86775de0706e2cd5ec984ef (diff)
downloadports-1ca2ea6ab8490f4674c31df509360d72d8e4b9d3.tar.gz
ports-1ca2ea6ab8490f4674c31df509360d72d8e4b9d3.zip
textproc/markdown and textproc/discount: Add CONFLICTS_INSTALL
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=504879
Diffstat (limited to 'textproc/discount')
-rw-r--r--textproc/discount/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/discount/Makefile b/textproc/discount/Makefile
index c97acd17ae92..9a4412d6aece 100644
--- a/textproc/discount/Makefile
+++ b/textproc/discount/Makefile
@@ -51,4 +51,6 @@ SAMPLES_PLIST_FILES= bin/makepage bin/mkd2html bin/theme \
man/man1/makepage.1.gz man/man1/mkd2html.1.gz \
man/man1/theme.1.gz
+CONFLICTS_INSTALL= markdown
+
.include <bsd.port.mk>