diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-30 22:11:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-30 22:11:16 +0800 |
commit | 9746dfb7354e22ae68b1e6666d2530762a151b00 (patch) | |
tree | 6bcc3ee93bdde65e68e0db434cc7cfb52d65bec2 /graphics/sampleicc | |
parent | 5568df758117e4f6413c16f9e513ee4b6a511098 (diff) | |
download | freebsd-ports-gnome-9746dfb7354e22ae68b1e6666d2530762a151b00.tar.gz freebsd-ports-gnome-9746dfb7354e22ae68b1e6666d2530762a151b00.tar.zst freebsd-ports-gnome-9746dfb7354e22ae68b1e6666d2530762a151b00.zip |
Fix persmission, which should allow redistribution of the package and will fix
libreoffice being usable from remote repositories
Feature safe: yes
Diffstat (limited to 'graphics/sampleicc')
-rw-r--r-- | graphics/sampleicc/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/sampleicc/Makefile b/graphics/sampleicc/Makefile index d93cf001ae04..4cf62ade7e92 100644 --- a/graphics/sampleicc/Makefile +++ b/graphics/sampleicc/Makefile @@ -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, manipulating, and applying ICC profiles 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 |