svn commit: r338930 - head/devel/pkgconf

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 6 20:55:16 UTC 2014


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 at 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 \


More information about the svn-ports-all mailing list