From 42ef166dd0b770a2fda8d5752970502edb01fb7a Mon Sep 17 00:00:00 2001 From: crees Date: Fri, 20 Jul 2012 07:48:05 +0000 Subject: This port conflicts on install with textproc/heirloom-doctools While here, OPTIONSngify PR: ports/169388 Submitted by: Ted Faber --- textproc/grap/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'textproc') 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 + +.if ${PORT_OPTIONS:MDOCS} post-install: ${RM} -rf ${DOCSDIR} .endif -- cgit