summaryrefslogtreecommitdiff
path: root/misc/ttyrec
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-08-07 09:05:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-08-07 09:05:45 +0000
commiteacfb47d19aa3fe795b17a4a1ed630527375368d (patch)
treeffe87c8a2dbea1281066f529f82cba39a5f034b6 /misc/ttyrec
parent- Fix build on 4.x (diff)
- Fix build on 4.x [1]
- Respect DESTDIR Submitted by: pointyhat via kris [1] Approved by: krion (mentor)
Notes
Notes: svn path=/head/; revision=169938
Diffstat (limited to 'misc/ttyrec')
-rw-r--r--misc/ttyrec/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile
index b53c9907d083..7219089552af 100644
--- a/misc/ttyrec/Makefile
+++ b/misc/ttyrec/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= http://0xcc.net/ttyrec/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tty recorder
+USE_GCC= 3.4+
+
MAN1= ttyplay.1 ttyrec.1
post-patch:
@@ -22,7 +24,7 @@ post-patch:
do-install:
.for file in ttyrec ttyplay ttytime
- ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${TARGETDIR}/bin
.endfor
.for file in ${MAN1}
${INSTALL_MAN} ${WRKSRC}/${file} ${MAN1PREFIX}/man/man1