diff options
author | feld <feld@FreeBSD.org> | 2014-12-07 05:37:12 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-12-07 05:37:12 +0800 |
commit | 4133e058a6c9432820807a54d71d64232e93de32 (patch) | |
tree | 8425995e5a6618a9559498d30c58fc7943b0c83d /graphics/ampasACES-container | |
parent | 84c606b0ea37d8ef8bd4c0975f6c5f1f1b3c6e77 (diff) | |
download | freebsd-ports-gnome-4133e058a6c9432820807a54d71d64232e93de32.tar.gz freebsd-ports-gnome-4133e058a6c9432820807a54d71d64232e93de32.tar.zst freebsd-ports-gnome-4133e058a6c9432820807a54d71d64232e93de32.zip |
LICENSE_PERMS did not include all permissions for the custom license
Submitted by: antoine
Diffstat (limited to 'graphics/ampasACES-container')
-rw-r--r-- | graphics/ampasACES-container/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ampasACES-container/Makefile b/graphics/ampasACES-container/Makefile index 94f934bbe17e..635fe364421c 100644 --- a/graphics/ampasACES-container/Makefile +++ b/graphics/ampasACES-container/Makefile @@ -11,7 +11,7 @@ COMMENT= ACES Container Reference Implementation LICENSE= AMPAS LICENSE_NAME= AMPAS LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell USE_GITHUB= yes GH_ACCOUNT= ampas |