File:  [cvs.NetBSD.org] / pkgsrc / sysutils / same / Makefile
Revision 1.5: download - view: text, annotated - select for diffs
Thu Feb 28 11:58:49 2008 UTC (17 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: HEAD
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.

# $NetBSD: Makefile,v 1.5 2008/02/28 11:58:49 rillig Exp $

DISTNAME=	same-1.8
CATEGORIES=	sysutils
MASTER_SITES=	ftp://ftp.bitwizard.nl/same/

MAINTAINER=	rillig@NetBSD.org
HOMEPAGE=	http://www.bitwizard.nl/
COMMENT=	Find identical files and link(2) them to save disk space

PKG_INSTALLATION_TYPES=	overwrite pkgviews

AUTO_MKDIRS=			yes
USE_BSD_MAKEFILE=	yes

post-extract:
	cd ${FILESDIR} && cp -f Makefile same.1 same.cat1 ${WRKSRC}

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>