diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-22 15:20:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-22 15:20:30 +0800 |
commit | 4faa49a1a8f8906afd30ca4514e6b137a8f6f990 (patch) | |
tree | b6055f20690cc8bff54870694ba8a060d5b87ec1 /java | |
parent | 86eadd0b5cdeef4a77f80251daa7dc8ed9e5960d (diff) | |
download | freebsd-ports-gnome-4faa49a1a8f8906afd30ca4514e6b137a8f6f990.tar.gz freebsd-ports-gnome-4faa49a1a8f8906afd30ca4514e6b137a8f6f990.tar.zst freebsd-ports-gnome-4faa49a1a8f8906afd30ca4514e6b137a8f6f990.zip |
Canonicalize a few LICENSE_PERMS
With hat: portmgr
Diffstat (limited to 'java')
-rw-r--r-- | java/visualvm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/visualvm/Makefile b/java/visualvm/Makefile index 8543bc8400d1..3e183d1cce25 100644 --- a/java/visualvm/Makefile +++ b/java/visualvm/Makefile @@ -13,7 +13,7 @@ COMMENT= GUI tool combining CLI JDK tools and profiling capabilities LICENSE= VISUALVM LICENSE_NAME= VISUALVM with ClassPath Exception LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= zip:infozip NO_BUILD= yes |