summaryrefslogtreecommitdiff
path: root/www/analog/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-06-12 11:05:45 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-06-12 11:05:45 +0000
commitb375de52bd151f5a4dadb56a0132c231fd62e50f (patch)
treeb7e501e02198f99b48728454ada7b291320ad944 /www/analog/Makefile
parentUpdate to 0.22.3. (diff)
update to 5.01
Bugs fixed: - When the floor for a report is in terms of "% of the requests", you can get bad header text for the report. - The "last 7 days" data is wrong in the File Size Report.
Notes
Notes: svn path=/head/; revision=43890
Diffstat (limited to 'www/analog/Makefile')
-rw-r--r--www/analog/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile
index 36dc9868d83c..f42df5d234a0 100644
--- a/www/analog/Makefile
+++ b/www/analog/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= analog
-PORTVERSION= 5.0
-PORTREVISION= 1
+PORTVERSION= 5.01
CATEGORIES= www
MASTER_SITES= http://www.analog.cx/ \
http://www.monash.edu.au/mirror/analog/ \
@@ -23,6 +22,7 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png
+MAN1= analog.1
ALL_TARGET= analog
do-install:
@@ -39,5 +39,6 @@ do-install:
${MKDIR} ${PREFIX}/share/doc/analog
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/analog
.endif
+ ${INSTALL_MAN} ${WRKSRC}/analog.man ${PREFIX}/man/man1/analog.1
.include <bsd.port.mk>