From owner-freebsd-ports@FreeBSD.ORG Fri May 16 16:59:36 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E743B39D for ; Fri, 16 May 2014 16:59:36 +0000 (UTC) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A14582363 for ; Fri, 16 May 2014 16:59:36 +0000 (UTC) Received: by mail-qg0-f53.google.com with SMTP id f51so4644770qge.12 for ; Fri, 16 May 2014 09:59:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=date:from:to:subject:message-id:reply-to:organization:mime-version :content-type:content-transfer-encoding; bh=4CtTK15pv1+9tJU5HxHHEtZkt/ByYIIWJH6swl0H8hY=; b=EFyPLollSuo6XxkAhYieDINyNAqvrru4olHXsXTxYjGC0l2OqoFozDLufVtzQ73swj 4JVCBrmGK8rMNHh2qTPFHLkygRzfaKzyRHMc/3GmJW5Rug+1E4b+HJI9gsfG8MPHmT6T rDMOmdQB6ozSRuVlJRy3fq0tn3smPLyvEMGok= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:reply-to :organization:mime-version:content-type:content-transfer-encoding; bh=4CtTK15pv1+9tJU5HxHHEtZkt/ByYIIWJH6swl0H8hY=; b=d1K/23VoGNHB11SMJOHMg6xOf2arBkEcZ1P3weYZKLRK1R2DPhpVDHPWwosTitCSwt 6rj0sM/Q0AOk97VaAwcC1tDK0+Mq9dzQTuRFSOKNk1BoqYK44vu7gihgIf2z9M94LHjA gVBBmEWk8x/zScCP5Cf2Cu8xD5zwsg0QbmBC4mrslKaqPVh0MNTOueXKmWGmd5ITvVp8 fs2HkMZtyQnsvY/3GibT0SHZ6YJB3d8b+4UCKi4GZ619mjM63CfNLKxxHs7yzF8N9RNu ViStD33ROwG0H1aKFwldu9Id50Vgbe3ADNfZTQFzFxjdc4xwam9+u1xlGi0w561bt00a DjYA== X-Gm-Message-State: ALoCoQnAgKjkyNrs9GCJKWSbK4djqn8y9RSJ6RDM0aU2lFRWMY2yHRgYK3w8fYROkHpi1rFmz8cv X-Received: by 10.140.51.74 with SMTP id t68mr25961948qga.50.1400259575795; Fri, 16 May 2014 09:59:35 -0700 (PDT) Received: from scorpio (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id j5sm13704897qai.34.2014.05.16.09.59.35 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 16 May 2014 09:59:35 -0700 (PDT) Date: Fri, 16 May 2014 12:59:34 -0400 From: Jerry To: FreeBSD Ports Subject: License Message-ID: <20140516125934.079bb14a@scorpio> Reply-To: FreeBSD Ports Organization: seibercom.net X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 16:59:37 -0000 I am trying to create a new port. If I put: LICENSE= BSD portlint is happy; however, running "make makeplist" reports an error: LICENSE must not contain BSD, instead use BSD[234]CLAUSE I cannot find anything in the Porters Handbook that directly relates to this. -- Jerry