30b55df38e
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
16 lines
392 B
Makefile
16 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/01/19 18:52:18 agc Exp $
|
|
|
|
DISTNAME= pty-redir-0.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
MASTER_SITES+= http://bleu.west.spy.net/~dustin/soft/
|
|
|
|
MAINTAINER= dustin@spy.net
|
|
COMMENT= Attach a program's stdio to a pty
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pty-redir ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|