From fe94bc33b8422898e2efaa90ea0fa3be27539d35 Mon Sep 17 00:00:00 2001 From: "Lev A. Serebryakov" Date: Wed, 6 Aug 2003 15:02:28 +0000 Subject: (*) Add 'C' log item: Contet-Type (*) Fix error with length of request_uri field (50 -> 255) --- www/mod_log_sql/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/mod_log_sql/Makefile') diff --git a/www/mod_log_sql/Makefile b/www/mod_log_sql/Makefile index 2d8c05bcd5b3..f971ecfe0199 100644 --- a/www/mod_log_sql/Makefile +++ b/www/mod_log_sql/Makefile @@ -6,6 +6,7 @@ PORTNAME= mod_log_sql PORTVERSION= 1.18 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= http://www.grubbybaby.com/mod_log_sql/ @@ -45,6 +46,7 @@ post-install: @${INSTALL_SCRIPT} ${WRKSRC}/make_combined_log.pl ${LOCALBASE}/share/${PORTNAME} .if !defined(NOPORTDOCS) @${MKDIR} ${LOCALBASE}/share/doc/${PORTNAME}/HTML + @${INSTALL_DATA} ${FILESDIR}/FreeBSD-readme.txt ${LOCALBASE}/share/doc/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/Documentation/documentation.ps ${LOCALBASE}/share/doc/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/Documentation/documentation.txt ${LOCALBASE}/share/doc/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/Documentation/README ${LOCALBASE}/share/doc/${PORTNAME}/ -- cgit v1.2.3