aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-11-03 18:37:58 +0800
committerdougb <dougb@FreeBSD.org>2005-11-03 18:37:58 +0800
commit88124b9089d8597a05f231897383258ed74852c6 (patch)
tree5356999b933fb0ae8c2d6ae5c0bdf8f34daf9f6b /x11
parent2f806139afae98c0b4534aaa544b786bf117abc0 (diff)
downloadfreebsd-ports-gnome-88124b9089d8597a05f231897383258ed74852c6.tar.gz
freebsd-ports-gnome-88124b9089d8597a05f231897383258ed74852c6.tar.zst
freebsd-ports-gnome-88124b9089d8597a05f231897383258ed74852c6.zip
Correct the line number to stop deleting in the sed range
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile
index 3b53757dd4cc..a55205346fcd 100644
--- a/x11/xscreensaver/Makefile
+++ b/x11/xscreensaver/Makefile
@@ -100,7 +100,7 @@ post-patch:
-e 's#/usr/X11R6#${X11BASE}#g' \
${WRKSRC}/configure.Patched > ${WRKSRC}/configure
@ ${CP} ${WRKSRC}/driver/timers.c ${WRKSRC}/driver/timers.c.presed
- @ ${SED} 334,344d ${WRKSRC}/driver/timers.c.presed > \
+ @ ${SED} 334,343d ${WRKSRC}/driver/timers.c.presed > \
${WRKSRC}/driver/timers.c
post-install: