diff options
author | db <db@FreeBSD.org> | 2016-04-30 08:26:00 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2016-04-30 08:26:00 +0800 |
commit | e4ed0daf33c0e884e1e2f2efa763d38a0c9035ff (patch) | |
tree | fc24d8d2df22a6734d5757f5988000fe65af8d86 /comms | |
parent | 67ad69a3d6b6a23887691b53716e874a3a9c232e (diff) | |
download | freebsd-ports-gnome-e4ed0daf33c0e884e1e2f2efa763d38a0c9035ff.tar.gz freebsd-ports-gnome-e4ed0daf33c0e884e1e2f2efa763d38a0c9035ff.tar.zst freebsd-ports-gnome-e4ed0daf33c0e884e1e2f2efa763d38a0c9035ff.zip |
Fix incorrect comment and while here add LICENSE
Diffstat (limited to 'comms')
-rw-r--r-- | comms/yaac/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/yaac/Makefile b/comms/yaac/Makefile index dac8a6933abe..203bc8f803b7 100644 --- a/comms/yaac/Makefile +++ b/comms/yaac/Makefile @@ -7,7 +7,9 @@ MASTER_SITES= SF/yetanotheraprsc/ DISTNAME= YAACSrc_20160321 MAINTAINER= hamradio@FreeBSD.org -COMMENT= Amateur Radio Station electronic trusted logbook +COMMENT= Platform-independent Java application for the APRS network + +LICENSE= LGPL3 USE_JAVA= yes JAVA_VERSION= 1.6+ |