svn commit: r326199 - head/sysutils/qjail

Pawel Pekala pawel at FreeBSD.org
Tue Sep 3 18:51:58 UTC 2013


Author: pawel
Date: Tue Sep  3 18:51:57 2013
New Revision: 326199
URL: http://svnweb.freebsd.org/changeset/ports/326199

Log:
  Re-add mistakenly removed CONFLICTS_INSTALL line

Modified:
  head/sysutils/qjail/Makefile

Modified: head/sysutils/qjail/Makefile
==============================================================================
--- head/sysutils/qjail/Makefile	Tue Sep  3 18:43:02 2013	(r326198)
+++ head/sysutils/qjail/Makefile	Tue Sep  3 18:51:57 2013	(r326199)
@@ -15,6 +15,8 @@ SUB_FILES=	pkg-message
 
 MAN8=		qjail.8 qjail-intro.8 qjail-howto.8
 
+CONFLICTS_INSTALL=	qjail-2.*
+
 post-patch:
 	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \
 		-e 's|/usr/local|${PREFIX}|'


More information about the svn-ports-all mailing list