diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-18 05:20:50 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-18 05:20:50 +0000 |
commit | d176f112a9d37157f61438baf1195ce73ddd9d26 (patch) | |
tree | 4f81ee5798449673932cdbd5253e0339db615900 /textproc/urlview | |
parent | a56228dceee1f38e2f1613c07d569478afeb7d0b (diff) | |
download | ports-d176f112a9d37157f61438baf1195ce73ddd9d26.tar.gz ports-d176f112a9d37157f61438baf1195ce73ddd9d26.zip |
Notes
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 203b7b686b9e..d2689bf733fb 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 ca0f152ce656..1342dafbb214 100644 --- a/textproc/urlview/pkg-plist +++ b/textproc/urlview/pkg-plist @@ -1,2 +1,3 @@ @comment $FreeBSD$ +bin/url_handler.sh bin/urlview |