aboutsummaryrefslogtreecommitdiff
path: root/textproc/urlview/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-08-22 17:46:52 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-08-22 17:46:52 +0000
commit548afcb921e5dd38af105d942c4c440da7e02a8f (patch)
tree445e5e44fadbf85581d20747fdb88502b7593706 /textproc/urlview/Makefile
parent750e1d4d53ba80f78b0a7ca5425eb81709fbfe7f (diff)
downloadports-548afcb921e5dd38af105d942c4c440da7e02a8f.tar.gz
ports-548afcb921e5dd38af105d942c4c440da7e02a8f.zip
Fix bash'isms.
Make PREFIX clean (by me) PR: 23332 Submitted by: Kerne Fahey <teasmoke@webterrier.com>, Glenn Johnson <glennpj@charter.net>
Notes
Notes: svn path=/head/; revision=46649
Diffstat (limited to 'textproc/urlview/Makefile')
-rw-r--r--textproc/urlview/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.mk>