svn commit: r301218 - head/textproc/grap

Chris Rees crees at FreeBSD.org
Fri Jul 20 07:48:06 UTC 2012


Author: crees
Date: Fri Jul 20 07:48:05 2012
New Revision: 301218
URL: http://svn.freebsd.org/changeset/ports/301218

Log:
  This port conflicts on install with textproc/heirloom-doctools
  
  While here, OPTIONSngify
  
  PR:		ports/169388
  Submitted by:	Ted Faber <faber at lunabase.org>

Modified:
  head/textproc/grap/Makefile

Modified: head/textproc/grap/Makefile
==============================================================================
--- head/textproc/grap/Makefile	Fri Jul 20 07:40:14 2012	(r301217)
+++ head/textproc/grap/Makefile	Fri Jul 20 07:48:05 2012	(r301218)
@@ -16,9 +16,13 @@ COMMENT=	An implementation of Kernigan &
 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



More information about the svn-ports-all mailing list