diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-08-23 16:09:25 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-08-23 16:09:25 +0800 |
commit | 888050416643a6a8c314c413c13b73ecde73a4ac (patch) | |
tree | ae1d2937769c4803b1871f712b4e0c7f24682c27 /www | |
parent | ec26ca5835b7a9e54683ab46ff32ac79186d5539 (diff) | |
download | freebsd-ports-gnome-888050416643a6a8c314c413c13b73ecde73a4ac.tar.gz freebsd-ports-gnome-888050416643a6a8c314c413c13b73ecde73a4ac.tar.zst freebsd-ports-gnome-888050416643a6a8c314c413c13b73ecde73a4ac.zip |
Update to version 0.94.8.2
PR: 20748
Submitted by: Ports Fury
Diffstat (limited to 'www')
-rw-r--r-- | www/boa/Makefile | 11 | ||||
-rw-r--r-- | www/boa/distinfo | 2 | ||||
-rw-r--r-- | www/boa/pkg-plist | 8 |
3 files changed, 7 insertions, 14 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile index 537a6ea6f0fb..f0cfcc0e2cc9 100644 --- a/www/boa/Makefile +++ b/www/boa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= boa -PORTVERSION= 0.94.6 +PORTVERSION= 0.94.8.2 CATEGORIES= www MASTER_SITES= http://www.boa.org/ @@ -18,22 +18,21 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_GMAKE= yes GNU_CONFIGURE= yes -BOA_DOCS= boa-1.html boa-2.html boa-3.html boa-4.html boa.html \ - boa.ps boa.txt boa_banner.png +MAN8= boa.8 post-patch: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/defines.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/boa ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/../docs/boa.8 ${PREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/../boa.conf ${PREFIX}/etc/boa.conf.sample @${MKDIR} ${PREFIX}/share/examples/boa ${INSTALL_DATA} ${WRKSRC}/../examples/* ${PREFIX}/share/examples/boa .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/boa -.for file in ${BOA_DOCS} - ${INSTALL_DATA} ${WRKSRC}/../docs/${file} ${PREFIX}/share/doc/boa -.endfor + ${INSTALL_DATA} ${WRKSRC}/../docs/boa.sgml ${PREFIX}/share/doc/boa + ${INSTALL_DATA} ${WRKSRC}/../docs/boa_banner.png ${PREFIX}/share/doc/boa .endif .include <bsd.port.mk> diff --git a/www/boa/distinfo b/www/boa/distinfo index d17302b79114..71a8d7c1ace0 100644 --- a/www/boa/distinfo +++ b/www/boa/distinfo @@ -1 +1 @@ -MD5 (boa-0.94.6.tar.gz) = abb44d3c2b9d6dba19c647ac7474d63f +MD5 (boa-0.94.8.2.tar.gz) = d097724e91e0bc1603b195670ecb8bfd diff --git a/www/boa/pkg-plist b/www/boa/pkg-plist index e1803c9556ed..da9a7df7f356 100644 --- a/www/boa/pkg-plist +++ b/www/boa/pkg-plist @@ -1,12 +1,6 @@ etc/boa.conf.sample sbin/boa -share/doc/boa/boa-1.html -share/doc/boa/boa-2.html -share/doc/boa/boa-3.html -share/doc/boa/boa-4.html -share/doc/boa/boa.html -share/doc/boa/boa.ps -share/doc/boa/boa.txt +share/doc/boa/boa.sgml share/doc/boa/boa_banner.png share/examples/boa/cgi-test.cgi share/examples/boa/nph-test.cgi |