diff options
Diffstat (limited to 'textproc/urlview/Makefile')
-rw-r--r-- | textproc/urlview/Makefile | 4 |
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> |