aboutsummaryrefslogtreecommitdiffstats
path: root/www/boa/Makefile
diff options
context:
space:
mode:
authordannyboy <dannyboy@FreeBSD.org>2002-03-10 02:23:59 +0800
committerdannyboy <dannyboy@FreeBSD.org>2002-03-10 02:23:59 +0800
commited235d747fe060282ba8f3d600088b11f99fffd7 (patch)
treef77f137a8ef5ef0c38f0b8ceb82330ea01d0dc96 /www/boa/Makefile
parent32617be4935b304cbb789c64c945e7a2715cf7ea (diff)
downloadfreebsd-ports-gnome-ed235d747fe060282ba8f3d600088b11f99fffd7.tar.gz
freebsd-ports-gnome-ed235d747fe060282ba8f3d600088b11f99fffd7.tar.zst
freebsd-ports-gnome-ed235d747fe060282ba8f3d600088b11f99fffd7.zip
Update to 0.94.12rc3.
PR: 35601 Submitted by: maintainer
Diffstat (limited to 'www/boa/Makefile')
-rw-r--r--www/boa/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile
index e77593f2c51e..082ebb3c7533 100644
--- a/www/boa/Makefile
+++ b/www/boa/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= boa
-PORTVERSION= 0.94.12.r2
+PORTVERSION= 0.94.12.r3
CATEGORIES= www
MASTER_SITES= http://www.boa.org/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
@@ -23,6 +23,9 @@ post-patch:
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/defines.h \
${WRKSRC}/../boa.conf
+post-build:
+ @cd ${WRKSRC}/../docs && ${MAKE} boa.info boa.html boa.txt
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/boa ${PREFIX}/sbin
@${INSTALL_PROGRAM} ${WRKSRC}/boa_indexer ${PREFIX}/sbin
@@ -33,7 +36,11 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/../docs/boa.texi ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/../docs/boa.html ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/../docs/boa.txt ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/../docs/boa_banner.png ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/../docs/boa.info ${PREFIX}/info
+ @install-info ${PREFIX}/info/boa.info ${PREFIX}/info/dir
.endif
post-install: