diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-23 08:52:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-23 08:52:06 +0000 |
commit | 1b0dc5c81b0318e76383ad38dc6c09c5cd35ba6d (patch) | |
tree | 393b8179f93c38982cdf62def5159e29466ef4a2 /misc | |
parent | add libnova 0.5.0 (diff) |
upgrade to 1.0.6
Notes
Notes:
svn path=/head/; revision=68644
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ttyrec/Makefile | 7 | ||||
-rw-r--r-- | misc/ttyrec/distinfo | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile index 6ad81722d218..b6721478184a 100644 --- a/misc/ttyrec/Makefile +++ b/misc/ttyrec/Makefile @@ -7,14 +7,19 @@ # PORTNAME= ttyrec -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= misc MASTER_SITES= http://namazu.org/~satoru/ttyrec/ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes MAN1= ttyplay.1 ttyrec.1 +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 diff --git a/misc/ttyrec/distinfo b/misc/ttyrec/distinfo index 9f72b7e19cbe..8c008ee9e7c2 100644 --- a/misc/ttyrec/distinfo +++ b/misc/ttyrec/distinfo @@ -1 +1 @@ -MD5 (ttyrec-1.0.5.tar.gz) = 049b1711e3687de144072866eeee000e +MD5 (ttyrec-1.0.6.tar.gz) = 82d092bb4ccd4730ec97c3c00b4bfda4 |