summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-06-20 15:31:48 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-06-20 15:31:48 +0000
commit5aec02d2b651fadffd71664478ab5431addbcf15 (patch)
tree446e11c7a66f5b1ec027cd886ae8e2a4473bbad6 /comms
parentUpdate from 2.6.13 to 2.6.14. (diff)
Put LICENSE at apropriate position.
Notes
Notes: svn path=/head/; revision=321394
Diffstat (limited to 'comms')
-rw-r--r--comms/xlog/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index 96e8b4078de1..9c00d1dbe849 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -12,6 +12,8 @@ MASTER_SITE_SUBDIR= xlog
MAINTAINER= ports@FreeBSD.org
COMMENT= Amateur Radio logging application
+LICENSE= GPLv3
+
USES= gettext
USE_GNOME= gtk20
GNU_CONFIGURE= yes
@@ -22,7 +24,6 @@ CONFIGURE_ARGS= --with-mime-update \
LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib
MAN1= xlog.1
-LICENSE= GPLv3
.include <bsd.port.options.mk>