svn commit: r321394 - head/comms/xlog

Boris Samorodov bsam at FreeBSD.org
Thu Jun 20 15:31:49 UTC 2013


Author: bsam
Date: Thu Jun 20 15:31:48 2013
New Revision: 321394
URL: http://svnweb.freebsd.org/changeset/ports/321394

Log:
  Put LICENSE at apropriate position.

Modified:
  head/comms/xlog/Makefile

Modified: head/comms/xlog/Makefile
==============================================================================
--- head/comms/xlog/Makefile	Thu Jun 20 15:31:30 2013	(r321393)
+++ head/comms/xlog/Makefile	Thu Jun 20 15:31:48 2013	(r321394)
@@ -12,6 +12,8 @@ MASTER_SITE_SUBDIR=	xlog
 MAINTAINER=	ports at 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>
 


More information about the svn-ports-all mailing list