mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
ca68c777ef
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).
25 lines
514 B
Makefile
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>
|