From 548afcb921e5dd38af105d942c4c440da7e02a8f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 22 Aug 2001 17:46:52 +0000 Subject: Fix bash'isms. Make PREFIX clean (by me) PR: 23332 Submitted by: Kerne Fahey , Glenn Johnson --- textproc/urlview/Makefile | 4 ++++ textproc/urlview/files/patch-url_handler.sh | 34 +++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 textproc/urlview/files/patch-url_handler.sh (limited to 'textproc/urlview') diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index eb6132466295..203b7b686b9e 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -24,4 +24,8 @@ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes MAN1= urlview.1 +post-patch: + ${PERL} -pi.prefix -e 's.!!PREFIX!!.${PREFIX}.g' \ + ${WRKSRC}/url_handler.sh + .include diff --git a/textproc/urlview/files/patch-url_handler.sh b/textproc/urlview/files/patch-url_handler.sh new file mode 100644 index 000000000000..99a26639c5cb --- /dev/null +++ b/textproc/urlview/files/patch-url_handler.sh @@ -0,0 +1,34 @@ +--- url_handler.sh.orig Tue Jul 4 03:14:30 2000 ++++ url_handler.sh Wed Aug 22 10:42:49 2001 +@@ -1,4 +1,4 @@ +-#! /bin/bash ++#! /bin/sh + + # Copyright (c) 1998 Martin Schulze + # Slightly modified by Luis Francisco Gonzalez +@@ -28,11 +28,11 @@ + # VT: Launch in the same terminal + + # The lists of programs to be executed are +-https_prgs="/usr/X11R6/bin/netscape:XW /usr/bin/lynx:XT" +-http_prgs="/usr/bin/lynx:XT /usr/X11R6/bin/netscape:XW" +-mailto_prgs="/usr/bin/mutt:VT /usr/bin/elm:VT /usr/bin/pine:VT /usr/bin/mail:VT" +-gopher_prgs="/usr/bin/lynx:XT /usr/bin/gopher:XT" +-ftp_prgs="/usr/bin/lynx:XT /usr/bin/ncftp:XT" ++https_prgs="!!PREFIX!!/bin/netscape:XW !!PREFIX!!/bin/lynx:XT !!PREFIX!!/bin/w3m:XT" ++http_prgs="!!PREFIX!!/bin/netscape:XW !!PREFIX!!/bin/lynx:XT !!PREFIX!!/bin/w3m:XT !!PREFIX!!/bin/links:XT" ++mailto_prgs="!!PREFIX!!/bin/mutt:VT !!PREFIX!!/bin/elm:VT !!PREFIX!!/bin/pine:VT /usr/bin/mail:VT" ++gopher_prgs="!!PREFIX!!/bin/lynx:XT !!PREFIX!!/bin/gopher:XT" ++ftp_prgs="!!PREFIX!!/bin/lynx:XT !!PREFIX!!/bin/ncftp2:XT !!PREFIX!!/bin/ncftp3:XT !!PREFIX!!/bin/ncftp:XT" + + # Program used as an xterm (if it doesn't support -T you'll need to change + # the command line in getprg) +@@ -42,7 +42,7 @@ + ########################################################################### + # Change bellow this at your own risk + ########################################################################### +-function getprg() ++getprg() + { + local ele tag prog + -- cgit v1.2.3