aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-07-20 15:48:05 +0800
committercrees <crees@FreeBSD.org>2012-07-20 15:48:05 +0800
commit42ef166dd0b770a2fda8d5752970502edb01fb7a (patch)
tree353ba08c22c55effbde0cfbc1ca527b4dc80a39f /textproc
parentb60ef1f8ca1b7d81e9dae24e01572a00b54f1a1e (diff)
downloadfreebsd-ports-gnome-42ef166dd0b770a2fda8d5752970502edb01fb7a.tar.gz
freebsd-ports-gnome-42ef166dd0b770a2fda8d5752970502edb01fb7a.tar.zst
freebsd-ports-gnome-42ef166dd0b770a2fda8d5752970502edb01fb7a.zip
This port conflicts on install with textproc/heirloom-doctools
While here, OPTIONSngify PR: ports/169388 Submitted by: Ted Faber <faber@lunabase.org>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/grap/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile
index 653cf8a6c22d..d3dd0d8944fe 100644
--- a/textproc/grap/Makefile
+++ b/textproc/grap/Makefile
@@ -16,9 +16,13 @@ COMMENT= An implementation of Kernigan & Bentley's grap language
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-freebsd-ports
+CONFLICTS_INSTALL=heirloom-doctools-[0-9]*
+
MAN1= grap.1
-.if defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
post-install:
${RM} -rf ${DOCSDIR}
.endif