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