Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2016 15:29:40 +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: r405002 - head/www/drupal6-mimedetect
Message-ID:  <201601011529.u01FTeA0082237@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jan  1 15:29:40 2016
New Revision: 405002
URL: https://svnweb.freebsd.org/changeset/ports/405002

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/www/drupal6-mimedetect/Makefile

Modified: head/www/drupal6-mimedetect/Makefile
==============================================================================
--- head/www/drupal6-mimedetect/Makefile	Fri Jan  1 15:13:44 2016	(r405001)
+++ head/www/drupal6-mimedetect/Makefile	Fri Jan  1 15:29:40 2016	(r405002)
@@ -9,10 +9,14 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	API for Consistent Server Side Mime Detection
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
 USES=		drupal:6,module
 
 MODULE_FILES=	magic magic.mgc magic.mime \
 		mimedetect.info mimedetect.install mimedetect.module
 DOC_FILES=	LICENSE.txt README.txt
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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