Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2015 07:47:47 +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: r395020 - head/sysutils/whatpix
Message-ID:  <201508220747.t7M7ll6O059300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Aug 22 07:47:46 2015
New Revision: 395020
URL: https://svnweb.freebsd.org/changeset/ports/395020

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/sysutils/whatpix/Makefile

Modified: head/sysutils/whatpix/Makefile
==============================================================================
--- head/sysutils/whatpix/Makefile	Sat Aug 22 07:47:34 2015	(r395019)
+++ head/sysutils/whatpix/Makefile	Sat Aug 22 07:47:46 2015	(r395020)
@@ -10,8 +10,12 @@ MASTER_SITES=	http://whatpix.sourceforge
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Perl console application which finds, moves, or deletes duplicate files
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 PLIST_FILES=	bin/whatpix
 USES=		perl5 shebangfix



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