mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
8714a6eaa6
While here, fix packaging as user. Submitted by: Ondra Knezour <knezour@weboutsourcing.cz>
18 lines
403 B
Makefile
18 lines
403 B
Makefile
# Created by: Andrew Stevenson <andrew@ugh.net.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wait_on
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://weboutsourcing.cz/freebsd/ports/sysutils/wait_on/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Enable shell scripts to monitor directories for new files
|
|
|
|
USES= uidfix
|
|
WRKSRC= ${WRKDIR}/wait_on
|
|
|
|
PLIST_FILES= bin/wait_on man/man1/wait_on.1.gz
|
|
|
|
.include <bsd.port.mk>
|