diff options
author | araujo <araujo@FreeBSD.org> | 2007-09-14 00:10:36 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-09-14 00:10:36 +0800 |
commit | 90c87733b0126754ff8897813eb24d3af919cd7a (patch) | |
tree | 9d321f09dd62317cb1e993f98ac6b0c9e1f7d4fe /misc | |
parent | aad95ab204858f051f6b3151266c42c29fab7035 (diff) | |
download | freebsd-ports-gnome-90c87733b0126754ff8897813eb24d3af919cd7a.tar.gz freebsd-ports-gnome-90c87733b0126754ff8897813eb24d3af919cd7a.tar.zst freebsd-ports-gnome-90c87733b0126754ff8897813eb24d3af919cd7a.zip |
- 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)
Diffstat (limited to 'misc')
-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 |