files. ok kn@ The truncate utility adjusts the length of each regular file given on the command-line. It is a port of the truncate utility from DragonFly BSD.
18 lines
385 B
Makefile
18 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/06/03 15:55:16 bcallah Exp $
|
|
|
|
COMMENT = truncate or extend the length of files
|
|
DISTNAME = truncate-5.2.1
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://www.dragonflybsd.org/
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES = https://mirrors.nycbug.org/pub/distfiles/
|
|
|
|
.include <bsd.port.mk>
|