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

22 lines
410 B
Makefile

# ex:ts=8
# Ports collection makefile for: tardy
# Date created: Jan 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= tardy
PORTVERSION= 1.11
CATEGORIES= archivers
MASTER_SITES= http://www.canb.auug.org.au/~millerp/
MAINTAINER= ports@FreeBSD.org
COMMENT= Manipulate the file headers in tar archive files in various ways
GNU_CONFIGURE= yes
MAN1= tardy.1
PLIST_FILES= bin/tardy
.include <bsd.port.mk>