diff options
Diffstat (limited to 'sysutils/fdupes/Makefile')
-rw-r--r-- | sysutils/fdupes/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile index 8f1cc49b49b..adfe0515032 100644 --- a/sysutils/fdupes/Makefile +++ b/sysutils/fdupes/Makefile @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.2 2012/10/23 19:51:01 asau Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/12 04:00:30 kamil Exp $ -DISTNAME= fdupes-1.40 +DISTNAME= fdupes-1.51 CATEGORIES= sysutils -MASTER_SITES= http://netdial.caribe.net/~adrian2/programs/ +MASTER_SITES= http://fdupes.googlecode.com/files/ MAINTAINER= ef@math.uni-bonn.de HOMEPAGE= http://netdial.caribe.net/~adrian2/fdupes.html COMMENT= Program for identifying or deleting duplicate files +LICENSE= mit USE_LANGUAGES= c NO_CONFIGURE= yes MAKE_FLAGS= INSTALLDIR=${PREFIX}/bin MANPAGEDIR=${PREFIX}/${PKGMANDIR} -BUILD_TARGET= fdupes - INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |