diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-10-12 16:47:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-10-12 16:47:13 +0000 |
commit | a5f588697cd7f3d5049fdd4141ebe0665c9c25fe (patch) | |
tree | 122225b87c1a38f812fb2c0bbe558036cab4cde0 /textproc/urlview/Makefile | |
parent | 167fe2eb8326c020de649b6d622ebf26f200929e (diff) |
Notes
Diffstat (limited to 'textproc/urlview/Makefile')
-rw-r--r-- | textproc/urlview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 824c0a87058b..6f06ede17ea6 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -3,6 +3,7 @@ PORTNAME= urlview PORTVERSION= 0.9.20131021 +PORTREVISION= 1 CATEGORIES= textproc www MAINTAINER= udvzsolt@gmail.com @@ -22,7 +23,7 @@ PLIST_FILES= bin/urlview \ post-patch: @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ - -e 's/url_handler.sh/firefox/' \ + -e 's/DEFAULT_COMMAND.*url_handler.sh/DEFAULT_COMMAND "firefox/' \ ${WRKSRC}/* do-install: |