[Midnightbsd-cvs] mports [18452] trunk/ftp/ncftp3/Makefile: fix license for ncftp

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 29 10:39:11 EDT 2015


Revision: 18452
          http://svnweb.midnightbsd.org/mports/?rev=18452
Author:   laffer1
Date:     2015-03-29 10:39:10 -0400 (Sun, 29 Mar 2015)
Log Message:
-----------
fix license for ncftp

Modified Paths:
--------------
    trunk/ftp/ncftp3/Makefile

Modified: trunk/ftp/ncftp3/Makefile
===================================================================
--- trunk/ftp/ncftp3/Makefile	2015-03-29 14:34:13 UTC (rev 18451)
+++ trunk/ftp/ncftp3/Makefile	2015-03-29 14:39:10 UTC (rev 18452)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ncftp
 PORTVERSION=	3.2.5
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.ncftp.com/ncftp/ \
 		ftp://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/
@@ -17,7 +17,10 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	ftp replacement with advanced user interface
 
-LICENSE_FILE=	doc/License.txt
+LICENSE=	clartistic
+LICENSE_NAME=	The Clarified Artistic License
+LICENSE_FILE=	${WRKSRC}/doc/LICENSE.txt
+LICENSE_PERMS=	pkg-mirror dist-mirror
 
 USES=		tar:bzip2
 



More information about the Midnightbsd-cvs mailing list