This port conflicts on install with textproc/heirloom-doctools

While here, OPTIONSngify

PR:		ports/169388
Submitted by:	Ted Faber <faber@lunabase.org>
This commit is contained in:
Chris Rees 2012-07-20 07:48:05 +00:00
parent 9f9ac642dc
commit d19e4fe0e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301218

View file

@ -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