diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-27 06:27:31 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-27 06:27:31 +0000 |
commit | b3add5c326a1d176c125e80da31b35a656cb61da (patch) | |
tree | e4c3e465bd3c9c3043d6cd810bfc05ed37a451a9 /sysutils/filedupe | |
parent | 034565391a564de6f1693068c9644a2b38cefc00 (diff) |
Notes
Diffstat (limited to 'sysutils/filedupe')
-rw-r--r-- | sysutils/filedupe/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sysutils/filedupe/Makefile b/sysutils/filedupe/Makefile index bf86001c7bc8..068bc7d7a13d 100644 --- a/sysutils/filedupe/Makefile +++ b/sysutils/filedupe/Makefile @@ -1,20 +1,16 @@ -# New ports collection makefile for: filedupe -# Date created: Apr 10, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= filedupe PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://sammy.net/~sammy/hacks/ MAINTAINER= ports@FreeBSD.org -COMMENT= A utility for quickly finding duplicate files +COMMENT= utility for quickly finding duplicate files -LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm PLIST_FILES= bin/filedupe |