svn commit: r438390 - head/sysutils/sysadm-client

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 12 17:14:26 UTC 2017


Author: amdmi3
Date: Wed Apr 12 17:14:25 2017
New Revision: 438390
URL: https://svnweb.freebsd.org/changeset/ports/438390

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Remove obsolete OSVERSION condition
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/sysadm-client/Makefile

Modified: head/sysutils/sysadm-client/Makefile
==============================================================================
--- head/sysutils/sysadm-client/Makefile	Wed Apr 12 17:14:01 2017	(r438389)
+++ head/sysutils/sysadm-client/Makefile	Wed Apr 12 17:14:25 2017	(r438390)
@@ -8,7 +8,8 @@ CATEGORIES=	sysutils
 MAINTAINER=	kmoore at FreeBSD.org
 COMMENT=	SysAdm Qt5 Client
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/../LICENSE
 
 WRKSRC_SUBDIR=	src-qt5
 USE_QT5=	core buildtools_build gui network qmake websockets widgets svg concurrent
@@ -20,10 +21,4 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	trueos
 GH_PROJECT=	sysadm-ui-qt
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000000
-IGNORE=		requires FreeBSD 10 or later
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list