1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/pipestatus/Makefile
Eitan Adler 9a4a34aa6e - Convert to staging
- Remove useless documentation from the port installation process
2013-09-28 03:14:41 +00:00

22 lines
429 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= pipestatus
PORTVERSION= 0.6.0
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= eadler@FreeBSD.org
COMMENT= UNIX/POSIX shell helper for running pipes safely
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>