Date: Sat, 6 Jul 2019 16:40:56 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506003 - head/mail/nmh Message-ID: <201907061640.x66Geu1B048904@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907061640.x66Geu1B048904>