svn commit: r415341 - head/sysutils/zsd

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 16 17:00:58 UTC 2016


Author: amdmi3
Date: Mon May 16 17:00:57 2016
New Revision: 415341
URL: https://svnweb.freebsd.org/changeset/ports/415341

Log:
  - Fix LICENSE
  - Add NO_ARCH

Modified:
  head/sysutils/zsd/Makefile

Modified: head/sysutils/zsd/Makefile
==============================================================================
--- head/sysutils/zsd/Makefile	Mon May 16 16:56:48 2016	(r415340)
+++ head/sysutils/zsd/Makefile	Mon May 16 17:00:57 2016	(r415341)
@@ -10,16 +10,17 @@ DISTNAME=	${PORTNAME}-2014-12-07-c2d3662
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Destroys ZFS snapshots
 
-LICENSE=	BSD2CLAUSE
-
-PLIST_FILES=	sbin/zsd \
-		man/man8/zsd.8.gz
+LICENSE=	MIT
 
 PORTSCOUT=	ignore:1
 
 USES=		perl5 shebangfix
 SHEBANG_FILES=	zsd
 NO_BUILD=	yes
+NO_ARCH=	yes
+
+PLIST_FILES=	sbin/zsd \
+		man/man8/zsd.8.gz
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/zsd ${STAGEDIR}${PREFIX}/sbin


More information about the svn-ports-all mailing list