9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
18 lines
474 B
Makefile
18 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.12 2020/01/26 17:32:11 rillig Exp $
|
|
|
|
DISTNAME= same-1.8
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.bitwizard.nl/same/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.bitwizard.nl/
|
|
COMMENT= Find identical files and link(2) them to save disk space
|
|
|
|
AUTO_MKDIRS= yes
|
|
USE_BSD_MAKEFILE= yes
|
|
|
|
post-extract:
|
|
cd ${FILESDIR} && cp -f Makefile same.1 same.cat1 ${WRKSRC}
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|