From owner-freebsd-ports@FreeBSD.ORG Sun Jul 14 16:48:05 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 863904BA for ; Sun, 14 Jul 2013 16:48:05 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 76FE48F8 for ; Sun, 14 Jul 2013 16:48:05 +0000 (UTC) Received: from [10.0.10.1] ([173.88.196.224]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 14 Jul 2013 09:48:00 -0700 Message-ID: <51E2D63F.9020302@a1poweruser.com> Date: Sun, 14 Jul 2013 12:47:59 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Help with Makefile CONFLICTS PARAMETER Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jul 2013 16:48:00.0912 (UTC) FILETIME=[E6BE4900:01CE80B1] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 16:48:05 -0000 I added this to my port Makefile for portname-3.2 CONFLICTS portname-1.* portname-2.* portname-3.[0-1] Now I want to display a message block with instructions on how to handle the conflicts. Is there a post-conflicts target or some other target that gets processed around the conflicts process time that I can use to display messages to the user? Thanks for your help.