freebsd-ports/sysutils/cpdup/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

22 lines
432 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= ports@FreeBSD.org
COMMENT= A comprehensive filesystem mirroring program
MAN1= cpdup.1
MANCOMPRESSED= yes
PLIST_FILES= bin/cpdup
.include <bsd.port.mk>