freebsd-ports/misc/team/Makefile
Joerg Wunsch 1423ac7961 Fix `off_t unsigned' that used to be a stylistic issue but now became
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
2003-09-01 14:20:06 +00:00

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>