Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 20:55:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338930 - head/devel/pkgconf
Message-ID:  <201401062055.s06KtGko038106@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan  6 20:55:15 2014
New Revision: 338930
URL: http://svnweb.freebsd.org/changeset/ports/338930

Log:
  Fix license this is ISCL not BSD

Modified:
  head/devel/pkgconf/Makefile

Modified: head/devel/pkgconf/Makefile
==============================================================================
--- head/devel/pkgconf/Makefile	Mon Jan  6 20:47:02 2014	(r338929)
+++ head/devel/pkgconf/Makefile	Mon Jan  6 20:55:15 2014	(r338930)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://rabbit.dereferenced
 MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Utility to help to configure compiler and linker flags
 
-LICENSE=	BSD
+LICENSE=	ISCL
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401062055.s06KtGko038106>