diff options
author | petef <petef@FreeBSD.org> | 2001-12-18 05:20:50 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-18 05:20:50 +0000 |
commit | af11cfd3dda190fddf4235fc780dbf0a28b97a79 (patch) | |
tree | 73bb9d6e73af7098ef51d498271b302b7fbbe851 /textproc/urlview | |
parent | 6869e794ae0bb98c312f75020cb103bc8d881b42 (diff) | |
download | FreeBSD-ports-af11cfd3dda190fddf4235fc780dbf0a28b97a79.zip FreeBSD-ports-af11cfd3dda190fddf4235fc780dbf0a28b97a79.tar.gz |
Install the url_handler.sh script and bump PORTREVISION.
PR: 30402
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Approved by: maintainer timeout
Diffstat (limited to 'textproc/urlview')
-rw-r--r-- | textproc/urlview/Makefile | 4 | ||||
-rw-r--r-- | textproc/urlview/pkg-plist | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 203b7b6..d2689bf 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -8,6 +8,7 @@ PORTNAME= urlview PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \ ftp://ftp.cs.hmc.edu/pub/me/ \ @@ -28,4 +29,7 @@ post-patch: ${PERL} -pi.prefix -e 's.!!PREFIX!!.${PREFIX}.g' \ ${WRKSRC}/url_handler.sh +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/url_handler.sh ${PREFIX}/bin + .include <bsd.port.mk> diff --git a/textproc/urlview/pkg-plist b/textproc/urlview/pkg-plist index ca0f152..1342daf 100644 --- a/textproc/urlview/pkg-plist +++ b/textproc/urlview/pkg-plist @@ -1,2 +1,3 @@ @comment $FreeBSD$ +bin/url_handler.sh bin/urlview |