svn commit: r321414 - head/comms/gpredict

Boris Samorodov bsam at FreeBSD.org
Thu Jun 20 19:25:21 UTC 2013


Author: bsam
Date: Thu Jun 20 19:25:21 2013
New Revision: 321414
URL: http://svnweb.freebsd.org/changeset/ports/321414

Log:
  Place LICENSE at the appropriate position.

Modified:
  head/comms/gpredict/Makefile

Modified: head/comms/gpredict/Makefile
==============================================================================
--- head/comms/gpredict/Makefile	Thu Jun 20 19:22:14 2013	(r321413)
+++ head/comms/gpredict/Makefile	Thu Jun 20 19:25:21 2013	(r321414)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/gpredict/Gpredict/${POR
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Amateur Radio satellite tracking and prediction
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	hamlib:${PORTSDIR}/comms/hamlib \
 		goocanvas:${PORTSDIR}/graphics/goocanvas
 BUILD_DEPENDS=	curl:${PORTSDIR}/ftp/curl
@@ -22,8 +24,6 @@ USE_GMAKE=	yes
 
 MAN1=		gpredict.1
 
-LICENSE=	GPLv2
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}


More information about the svn-ports-head mailing list