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/ttyrec/Makefile | |
parent | 9cf417c07ae2ee0ec27522c6fa66d510037c3711 (diff) |
upgrade to 1.0.6
Notes
Notes:
svn path=/head/; revision=68644
Diffstat (limited to 'misc/ttyrec/Makefile')
-rw-r--r-- | misc/ttyrec/Makefile | 7 |
1 files changed, 6 insertions, 1 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 |