diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-02-13 02:09:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-02-13 02:09:16 +0800 |
commit | ce45bf5948865f63d536c32d9d62f7d3f1b5c433 (patch) | |
tree | 151dbb5dadb392420091d8f1adc5f580ac00ca21 | |
parent | d268d7ec68a6d0b39da2adc9528c6dceb87937cb (diff) | |
download | freebsd-ports-gnome-ce45bf5948865f63d536c32d9d62f7d3f1b5c433.tar.gz freebsd-ports-gnome-ce45bf5948865f63d536c32d9d62f7d3f1b5c433.tar.zst freebsd-ports-gnome-ce45bf5948865f63d536c32d9d62f7d3f1b5c433.zip |
- Trim header
- Add LICENSE
-rw-r--r-- | sysutils/fdupes/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile index a253aaeb38bb..f4f09c4481e7 100644 --- a/sysutils/fdupes/Makefile +++ b/sysutils/fdupes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fdupes -# Date created: 27 December 2004 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= fdupes DISTVERSION= 1.50-PR2 @@ -13,6 +9,8 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fdupes is a program for identifying or deleting duplicate files +LICENSE= MIT + MAKE_JOBS_SAFE= yes MAN1= fdupes.1 |