svn commit: r506003 - head/mail/nmh

Cy Schubert cy at FreeBSD.org
Sat Jul 6 16:40:57 UTC 2019


Author: cy
Date: Sat Jul  6 16:40:56 2019
New Revision: 506003
URL: https://svnweb.freebsd.org/changeset/ports/506003

Log:
  All conflicts are actually install, not build, conflicts.

Modified:
  head/mail/nmh/Makefile

Modified: head/mail/nmh/Makefile
==============================================================================
--- head/mail/nmh/Makefile	Sat Jul  6 16:39:55 2019	(r506002)
+++ head/mail/nmh/Makefile	Sat Jul  6 16:40:56 2019	(r506003)
@@ -94,8 +94,7 @@ LDFLAGS+=	-g
 DEBUG_FLAGS+=	-O0 -Wall -Wextra -g
 .endif
 
-CONFLICTS=	ja-mh-[0-9]*
-CONFLICTS_INSTALL=	pixie-* p5-Dist-Joseki-*
+CONFLICTS_INSTALL=	ja-mh-[0-9]* pixie-* p5-Dist-Joseki-*
 
 post-install:
 	@${FIND} ${STAGEDIR}${ETCDIR} -type f -exec ${MV} {} {}-dist \;


More information about the svn-ports-head mailing list