forked from Lainports/freebsd-ports
a syntax error lately. This fix is different from the one mentioned in the PR, but confirmed to work correctly at least on smaller files/devices (i don't have a 2 GB device to test against right now). PR: ports/55517
21 lines
389 B
Makefile
21 lines
389 B
Makefile
# New ports collection makefile for: team
|
|
# Date created: 1 July 1995
|
|
# Whom: joerg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= team
|
|
PORTVERSION= 3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Portable multi-buffered tape streaming utility
|
|
|
|
MAN1= team.1
|
|
MANCOMPRESSED= maybe
|
|
|
|
.include <bsd.port.mk>
|