- Pass maintainership to submitter.

- Reworked Makefile to move small pkg-plist to PLIST_FILES.
- Bump PORTREVISION.

PR:		ports/116121
Submitted by:	Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
Approved by:	stas (mentor)
This commit is contained in:
Marcelo Araujo 2007-09-13 16:10:36 +00:00
parent 1a82e3cf25
commit 5bdbe50dbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199408
3 changed files with 8 additions and 12 deletions

View File

@ -1,4 +1,3 @@
# ex:ts=8
# New ports collection makefile for: ttyrec
# Date created: Feb 14, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
@ -8,26 +7,26 @@
PORTNAME= ttyrec
PORTVERSION= 1.0.8
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://0xcc.net/ttyrec/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= lippe@freebsdbrasil.com.br
COMMENT= Tty recorder
USE_GCC= 3.4+
PLIST_FILES= bin/ttyplay \
bin/ttyrec \
bin/ttytime
MAN1= ttyplay.1 ttyrec.1
BINS= ttyplay ttyrec ttytime
post-patch:
@${REINPLACE_CMD} -e "s|^CC|#CC|g" -e "s|^CFLAGS|#CFLAGS|g" \
${WRKSRC}/Makefile
do-install:
.for file in ttyrec ttyplay ttytime
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
.for file in ${MAN1}
${INSTALL_MAN} ${WRKSRC}/${file} ${MAN1PREFIX}/man/man1
.endfor
${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${PREFIX}/bin
${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/,} ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
bin/ttyplay
bin/ttyrec
bin/ttytime