summaryrefslogtreecommitdiff
path: root/x11/rxvt-devel
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-05-15 14:21:46 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-05-15 14:21:46 +0000
commitb5a69ca04235f6c4e8f9e250aadeaabe555e3a5c (patch)
treed1d4a200a082dc133d198e8b3b22caa8f3fb9e99 /x11/rxvt-devel
parentFix building on -current (diff)
o Teach rxvt about FreeBSD's pty: it goes all the way to letter v
o Bump PORTREVISION Submitted by: Ingo Rohlfs <ingo.rohlfs@gmx.de>
Notes
Notes: svn path=/head/; revision=59176
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r--x11/rxvt-devel/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile
index 5d4ff734f725..03a0e5470ed1 100644
--- a/x11/rxvt-devel/Makefile
+++ b/x11/rxvt-devel/Makefile
@@ -10,6 +10,7 @@
PORTNAME= rxvt
PORTVERSION= 2.7.8
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \
ftp://mason.primenet.com.au/pub/rxvt/%SUBDIR%/ \
@@ -120,6 +121,10 @@ pre-everything::
@${ECHO_MSG}
.endif
+post-patch:
+ @${PERL} -pi -e 's|(PTYCHAR2\s+"[^"]+)"|\1ghijklmnopqrstuv"|' \
+ ${WRKSRC}/src/ptytty.c
+
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/rxvt