freebsd-ports/sysutils/cpdup/Makefile
Matthew Dillon 2ffe0c41ed Update cpdup to version 1.04, which fixes a memory corruption bug in
RemoveRecur() and adds an option, -s0, which allows cpdup to replace a
destination directory with a file.  Also correct a portlint -act warning.
2002-06-19 19:34:35 +00:00

19 lines
356 B
Makefile

# New ports collection makefile for: cpdup
# Date created: 28 Oct 1999
# Whom: dillon
#
# $FreeBSD$
#
PORTNAME= cpdup
PORTVERSION= 1.04
CATEGORIES= sysutils
MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/
#MASTER_SITE_SUBDIR= cp
MAINTAINER= dillon@FreeBSD.ORG
MAN1= cpdup.1
MANCOMPRESSED= yes
.include <bsd.port.mk>