svn commit: r395020 - head/sysutils/whatpix

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Aug 22 07:47:47 UTC 2015


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 at 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


More information about the svn-ports-all mailing list