From owner-freebsd-ports@FreeBSD.ORG Sun Jul 7 17:12:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AEE23119 for ; Sun, 7 Jul 2013 17:12:14 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) by mx1.freebsd.org (Postfix) with ESMTP id 92B181C7B for ; Sun, 7 Jul 2013 17:12:14 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id jt11so3538101pbb.22 for ; Sun, 07 Jul 2013 10:12:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=x2o8s8Y1s37CZVu3ELgpoZiqyJT7Or664REgrZA1H50=; b=LV5KpxEOH33oX61E7Bp6YVq3WvCc8nC3eBqcn0y3bOZL7GQ+LaMGU3ydzdC9VRl3Dm OPq9YodLTTd2DDAoAbN2AoQW7/i5GNSC6Yy2/FeVev19tZdLJVqB7ccqkOEX+ZatLEJ2 ZHbB0mTF0bkq5zw7RRrTwOaCHdPPFg7hl7LyuMfkPIeNZVkj0QovNKMo/dR/TuDjVFdG CLt29Ul65TTkmKx40+4UcSWr0/UQ42xzMAc5J3OkTB0zEoq1WTZ9ew7vkXS6w8/cTeA3 cfi9c89e2gLlbFMQprUF8oqapAGEKZhH7PByKelT1ZrtBuorJFmVXAP3WO22OdWQhApx oV8A== MIME-Version: 1.0 X-Received: by 10.66.216.164 with SMTP id or4mr19228919pac.95.1373217134368; Sun, 07 Jul 2013 10:12:14 -0700 (PDT) Received: by 10.68.80.231 with HTTP; Sun, 7 Jul 2013 10:12:14 -0700 (PDT) Date: Sun, 7 Jul 2013 13:12:14 -0400 Message-ID: Subject: help with making a port From: Aryeh Friedman To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 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, 07 Jul 2013 17:12:14 -0000 I am attempting to put together a port for a new program and I am getting a very odd error message (i.e. it says the port conflicts with itself!?!?!?!): pkg-static: foo-0.1 conflicts with foo-0.1 (installs files into the same place). Problematic file: /usr/local/share/foo/foo.jar What causes this and how do I fix the make file?