1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/sysutils/flock/Makefile
Andrej Zverev 26842f113a - Support STAGEDIR
- Switch to USES=gmake
- Remove leading indefinite article from COMMENT

Submitted by:	zont@ (maintainer via email)
2013-10-15 09:00:49 +00:00

20 lines
470 B
Makefile

# Created by: Andrey Zonov <andrey@zonov.org>
# $FreeBSD$
PORTNAME= flock
PORTVERSION= 2.19
CATEGORIES= sysutils
MASTER_SITES= http://www.zonov.org/${PORTNAME}/
MAINTAINER= zont@FreeBSD.org
COMMENT= Manage locks from shell scripts
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>