aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2012-06-05 02:21:20 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2012-06-05 02:21:20 +0000
commit60ab655ac6d243e0faea6d85c448bb067551faf9 (patch)
treeec1ed80c2147dd36c79d31f6a16bae5b8e0124b8 /textproc
parente4a61eeb326df35f45a18751f10805ade6182222 (diff)
downloadports-60ab655ac6d243e0faea6d85c448bb067551faf9.tar.gz
ports-60ab655ac6d243e0faea6d85c448bb067551faf9.zip
Fix typo to properly register conflict with mtools.
Submitted by: ketas (madis555 at hot dot ee) I'm looking at you here, skreuzer ;-)
Notes
Notes: svn path=/head/; revision=298406
Diffstat (limited to 'textproc')
-rw-r--r--textproc/multimarkdown/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/multimarkdown/Makefile b/textproc/multimarkdown/Makefile
index 00fca538ebc2..492bcf291dbb 100644
--- a/textproc/multimarkdown/Makefile
+++ b/textproc/multimarkdown/Makefile
@@ -14,7 +14,7 @@ DISTNAME= ${GH_DEVELOPER}-${GH_PORTNAME}-${DISTVERSION}-0-g${GH_VERSION}
MAINTAINER= adamw@FreeBSD.org
COMMENT= Extended Markdown processor with more features, written in C
-CONFLICT_INSTALL= mtools-*
+CONFLICTS_INSTALL= mtools-*
LICENSE= MIT