diff options
-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 |