Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2016 16:07:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411178 - head/www/xsp
Message-ID:  <201603151607.u2FG7Eb5084866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Mar 15 16:07:14 2016
New Revision: 411178
URL: https://svnweb.freebsd.org/changeset/ports/411178

Log:
  - Add LICENSE_FILE
  - Remove unneeded USES=tar:tbz2 (noop with USE_GITHUB)
  
  Approved by:	portmgr blanket

Modified:
  head/www/xsp/Makefile

Modified: head/www/xsp/Makefile
==============================================================================
--- head/www/xsp/Makefile	Tue Mar 15 16:06:36 2016	(r411177)
+++ head/www/xsp/Makefile	Tue Mar 15 16:07:14 2016	(r411178)
@@ -9,12 +9,13 @@ MAINTAINER=	mono@FreeBSD.org
 COMMENT=	Mono based web server
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 MAKE_JOBS_UNSAFE=	yes
 
 GH_ACCOUNT=	mono
 USE_GITHUB=	yes
-USES=		gmake mono pathfix pkgconfig sqlite tar:bzip2
+USES=		gmake mono pathfix pkgconfig sqlite
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
 USE_AUTOTOOLS=	automake autoconf aclocal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603151607.u2FG7Eb5084866>