diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-09-13 16:10:36 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-09-13 16:10:36 +0000 |
commit | 5bdbe50dbfb75a1f46e35800342366fc15a001b5 (patch) | |
tree | a27dd3b6b0d025d4f51d54029b8f1de1b9ab7e00 /misc/ttyrec | |
parent | 1a82e3cf25bbc3faf28fb417f11d5ef1694a1d14 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=199408
Diffstat (limited to 'misc/ttyrec')
-rw-r--r-- | misc/ttyrec/Makefile | 17 | ||||
-rw-r--r-- | misc/ttyrec/files/patch-ttyrec.c (renamed from misc/ttyrec/files/patch-tyrec.c) | 0 | ||||
-rw-r--r-- | misc/ttyrec/pkg-plist | 3 |
3 files changed, 8 insertions, 12 deletions
diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile index ed35941f44f6..d01a6a72a949 100644 --- a/misc/ttyrec/Makefile +++ b/misc/ttyrec/Makefile @@ -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> diff --git a/misc/ttyrec/files/patch-tyrec.c b/misc/ttyrec/files/patch-ttyrec.c index aa0ba715e199..aa0ba715e199 100644 --- a/misc/ttyrec/files/patch-tyrec.c +++ b/misc/ttyrec/files/patch-ttyrec.c diff --git a/misc/ttyrec/pkg-plist b/misc/ttyrec/pkg-plist deleted file mode 100644 index f060be729e01..000000000000 --- a/misc/ttyrec/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/ttyplay -bin/ttyrec -bin/ttytime |