diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-23 08:09:25 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-23 08:09:25 +0000 |
commit | 34e2e47f678912b73f31c04c52f0be06dce01941 (patch) | |
tree | 9f4ea3071effba014f73e9cf0fa4801c617ab205 /www/boa/Makefile | |
parent | f2f4a63af15e587a12ac3b09cc3c3260fe94dbcd (diff) | |
download | ports-34e2e47f678912b73f31c04c52f0be06dce01941.tar.gz ports-34e2e47f678912b73f31c04c52f0be06dce01941.zip |
Notes
Diffstat (limited to 'www/boa/Makefile')
-rw-r--r-- | www/boa/Makefile | 11 |
1 files changed, 5 insertions, 6 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> |