svn commit: r312123 - head/sysutils/fdupes

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 12 18:09:17 UTC 2013


Author: ehaupt
Date: Tue Feb 12 18:09:16 2013
New Revision: 312123
URL: http://svnweb.freebsd.org/changeset/ports/312123

Log:
  - Trim header
  - Add LICENSE

Modified:
  head/sysutils/fdupes/Makefile

Modified: head/sysutils/fdupes/Makefile
==============================================================================
--- head/sysutils/fdupes/Makefile	Tue Feb 12 17:38:10 2013	(r312122)
+++ head/sysutils/fdupes/Makefile	Tue Feb 12 18:09:16 2013	(r312123)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fdupes
-# Date created:				27 December 2004
-# Whom:					Emanuel Haupt <ehaupt at critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt at critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	fdupes
 DISTVERSION=	1.50-PR2
@@ -13,6 +9,8 @@ MASTER_SITES=	CRITICAL
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Fdupes is a program for identifying or deleting duplicate files
 
+LICENSE=	MIT
+
 MAKE_JOBS_SAFE=	yes
 
 MAN1=		fdupes.1


More information about the svn-ports-head mailing list