svn commit: r306677 - head/graphics/sampleicc
Baptiste Daroussin
bapt at FreeBSD.org
Tue Oct 30 14:11:17 UTC 2012
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 at 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
More information about the svn-ports-head
mailing list