aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/multimarkdown
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-03-16 00:37:52 +0800
committeradamw <adamw@FreeBSD.org>2014-03-16 00:37:52 +0800
commit873bb24e88b9b24b323c00dff24bfba45bc2b5b1 (patch)
treed69914b3b3b8999b0529ee68a83ef6c2a8df626e /textproc/multimarkdown
parent973b3908a463c55d56a0edc8405d604630f8ea53 (diff)
downloadfreebsd-ports-gnome-873bb24e88b9b24b323c00dff24bfba45bc2b5b1.tar.gz
freebsd-ports-gnome-873bb24e88b9b24b323c00dff24bfba45bc2b5b1.tar.zst
freebsd-ports-gnome-873bb24e88b9b24b323c00dff24bfba45bc2b5b1.zip
Use _CONFLICTS_INSTALL helper.
Diffstat (limited to 'textproc/multimarkdown')
-rw-r--r--textproc/multimarkdown/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/multimarkdown/Makefile b/textproc/multimarkdown/Makefile
index b3711a22ed5e..3edd4989108c 100644
--- a/textproc/multimarkdown/Makefile
+++ b/textproc/multimarkdown/Makefile
@@ -34,14 +34,12 @@ HELPERS_DESC= Helper scripts (conflicts with emulators/mtools)
CHEAT_SHEET_DISTFILES= human-markdown-reference-${CHEAT_COMMIT}${EXTRACT_SUFX}:cheat
EXTRAS_DISTFILES= MMD-Support-${SUPPORT_COMMIT}${EXTRACT_SUFX}:support
+HELPERS_CONFLICTS_INSTALL= mtools-*
+
OPTIONS_SUB= yes
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MHELPERS}
-CONFLICTS_INSTALL= mtools-*
-.endif
-
post-extract:
@${MV} ${WRKDIR}/nddrylliog-greg-${GREG_COMMIT}/* ${WRKSRC}/greg
.if ${PORT_OPTIONS:MCHEAT_SHEET}