svn commit: r428841 - head/sysutils/zeroer

Emanuel Haupt ehaupt at FreeBSD.org
Sun Dec 18 09:58:37 UTC 2016


Author: ehaupt
Date: Sun Dec 18 09:58:36 2016
New Revision: 428841
URL: https://svnweb.freebsd.org/changeset/ports/428841

Log:
  Add license

Modified:
  head/sysutils/zeroer/Makefile

Modified: head/sysutils/zeroer/Makefile
==============================================================================
--- head/sysutils/zeroer/Makefile	Sun Dec 18 09:57:19 2016	(r428840)
+++ head/sysutils/zeroer/Makefile	Sun Dec 18 09:58:36 2016	(r428841)
@@ -10,6 +10,9 @@ MASTER_SITES=	LOCAL/ehaupt
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Command-line utility for wiping unallocated space on a filesystem
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 LIB_DEPENDS=	libpopt.so:devel/popt
 
 PLIST_FILES=	bin/zeroer man/man1/zeroer.1.gz


More information about the svn-ports-all mailing list