Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2012 14:11:17 +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: r306677 - head/graphics/sampleicc
Message-ID:  <201210301411.q9UEBHNv007439@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Oct 30 14:11:16 2012
New Revision: 306677
URL: http://svn.freebsd.org/changeset/ports/306677

Log:
  Fix persmission, which should allow redistribution of the package and will fix
  libreoffice being usable from remote repositories
  
  Feature safe:	yes

Modified:
  head/graphics/sampleicc/Makefile

Modified: head/graphics/sampleicc/Makefile
==============================================================================
--- head/graphics/sampleicc/Makefile	Tue Oct 30 13:40:52 2012	(r306676)
+++ head/graphics/sampleicc/Makefile	Tue Oct 30 14:11:16 2012	(r306677)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	sampleicc
-# Date created:		2012-01-21
-# Whom:			Baptiste Daroussin <bapt@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	sampleicc
 PORTVERSION=	1.6.6
@@ -17,7 +12,7 @@ COMMENT=	Library for reading, writing, m
 LICENSE=	ICC
 LICENSE_NAME=	The ICC Software License, Version 0.2
 LICENSE_FILE=	${WRKSRC}/COPYING
-LICENSE_PERMS=	auto-accept
+LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack



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