1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/dupmerge/Makefile
Cy Schubert 8f3ec2569b Remove redundant reference to heimdal. This was discovered while
working through PR 222745, an exp-run to test base with private
heimdal.

PR:		222745
2018-04-22 04:13:57 +00:00

30 lines
575 B
Makefile

# $FreeBSD$
PORTNAME= dupmerge
PORTVERSION= 1.73
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Searches for files with equal content
USES= zip
MAKE_FLAGS= # empty
MAKEFILE= # empty
ALL_TARGET= dupmerge
PLIST_FILES= bin/dupmerge
PORTDOCS= readme.txt
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dupmerge ${STAGEDIR}${PREFIX}/bin/
do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>