diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-08-06 15:02:28 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-08-06 15:02:28 +0000 |
commit | fe94bc33b8422898e2efaa90ea0fa3be27539d35 (patch) | |
tree | 11c17dbbe1a51773aaac9876f25e2b502b5fc41f /www/mod_log_sql/Makefile | |
parent | eec81b849172c4881b2ebda35adc30c3d992b5e7 (diff) |
Notes
Diffstat (limited to 'www/mod_log_sql/Makefile')
-rw-r--r-- | www/mod_log_sql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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}/ |