aboutsummaryrefslogtreecommitdiffstats
path: root/comms/congruity
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-06-13 20:05:32 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-06-13 20:05:32 +0800
commite71cefe64fabc7b4ffd66fa78480e1da0faac222 (patch)
tree3decdea7742be266f3604193b8532426bc2c73d9 /comms/congruity
parentb2581ba748b982805d53a35d0cc71ecb718a6160 (diff)
downloadfreebsd-ports-gnome-e71cefe64fabc7b4ffd66fa78480e1da0faac222.tar.gz
freebsd-ports-gnome-e71cefe64fabc7b4ffd66fa78480e1da0faac222.tar.zst
freebsd-ports-gnome-e71cefe64fabc7b4ffd66fa78480e1da0faac222.zip
- Fix LICENSE
- Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr blanket
Diffstat (limited to 'comms/congruity')
-rw-r--r--comms/congruity/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/congruity/Makefile b/comms/congruity/Makefile
index 241c8d77d03d..645b1cf5cc8f 100644
--- a/comms/congruity/Makefile
+++ b/comms/congruity/Makefile
@@ -10,7 +10,8 @@ MASTER_SITES= SF
MAINTAINER= shurd@FreeBSD.org
COMMENT= GUI Logitech Harmony configuration tool
-LICENSE= GPLv2
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libconcord>=0:comms/py-libconcord@${PY_FLAVOR}
@@ -19,5 +20,6 @@ MAKE_ARGS= MANDIR=${PREFIX}/man
USE_WX= 2.8+
WX_COMPS= python
SHEBANG_FILES= congruity mhgui
+NO_ARCH= yes
.include <bsd.port.mk>