freebsd-ports/sysutils/truncate/Makefile
Alexander Langer ca68c777ef This finally is the version which is in the base system.
Mark BROKEN, if truncate(1) is in the base-system.
I misused OSVERSION 500011 (kqueue API changes) for decision,
if truncate(1) is in the base-system (small time-span).
2000-07-18 21:49:52 +00:00

25 lines
514 B
Makefile

# New ports collection makefile for: truncate
# Date created: 27 Jun 2000
# Whom: alex@FreeBSD.org
#
# $FreeBSD$
PORTNAME= truncate
PORTVERSION= 3.0
CATEGORIES= sysutils
MASTER_SITES= ftp://big.endian.de/pub/FreeBSD/
MAINTAINER= alex@FreeBSD.org
MAN1= truncate.1
MANCOMPRESSED= yes
MAKE_ENV+= MANDIR=${PREFIX}/man/man BINDIR=${PREFIX}/bin
WRKSRC= ${WRKDIR}/truncate
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500011
BROKEN= "truncate(1) is in the base-system"
.endif
.include <bsd.port.post.mk>