freebsd-ports/sysutils/mkfile/Makefile
William Grzybowski d3f0fcf533 sysutils/mkfile: update to 1.1.1
- Update to 1.1.1 [1]
- Trim Makefile header

Changelog:
  - Improved exit status handling.
  - No overwrite on existing files.
  - K&R -> ANSI. Deprecated expressions are changed.

PR:		ports/179826 [1]
Submitted by:	HATANO Tomomi <hatanou@infolab.ne.jp> (maintainer)
2013-06-22 12:18:39 +00:00

18 lines
422 B
Makefile

# Created by: HATANO Tomomi <hatanou@infolab.ne.jp>
# $FreeBSD$
PORTNAME= mkfile
PORTVERSION= 1.1.1
CATEGORIES= sysutils
MASTER_SITES= http://www.infolab.ne.jp/~hatanou/freebsd/mkfile/
MAINTAINER= hatanou@infolab.ne.jp
COMMENT= Create files suitable for use as swap files
MAN8= mkfile.8
MANCOMPRESSED= yes
PLIST_FILES= sbin/mkfile
MAKE_ARGS= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
.include <bsd.port.mk>