pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail The HTML documentation has been moved to ${PREFIX...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/550f2eb0d503
branches:  trunk
changeset: 478035:550f2eb0d503
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jul 14 21:43:48 2004 +0000

description:
The HTML documentation has been moved to ${PREFIX}/share/doc/courier.

diffstat:

 mail/courier-authmysql/Makefile |   6 +++---
 mail/courier-authmysql/PLIST    |   4 ++--
 mail/courier-authpgsql/Makefile |  12 +++++++++---
 mail/courier-authpgsql/PLIST    |   5 +++--
 4 files changed, 17 insertions(+), 10 deletions(-)

diffs (73 lines):

diff -r f6576ca53a29 -r 550f2eb0d503 mail/courier-authmysql/Makefile
--- a/mail/courier-authmysql/Makefile   Wed Jul 14 21:37:09 2004 +0000
+++ b/mail/courier-authmysql/Makefile   Wed Jul 14 21:43:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/03/11 16:45:26 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/14 21:43:48 jlam Exp $
 
 PKGNAME=       courier-authmysql-${BASE_VERS}
 COMMENT=       Courier MySQL authentication module
@@ -28,7 +28,7 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/authlib/authdaemond.mysql ${AUTHLIBDIR}
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/authlib/authmysqlrc ${EGDIR}/authmysqlrc.dist
-       ${INSTALL_DATA_DIR} ${HTMLDIR}
-       ${INSTALL_DATA} ${WRKSRC}/authlib/README.authmysql.html ${HTMLDIR}
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/authlib/README.authmysql.html ${DOCDIR}
 
 .include "../../mk/bsd.pkg.mk"
diff -r f6576ca53a29 -r 550f2eb0d503 mail/courier-authmysql/PLIST
--- a/mail/courier-authmysql/PLIST      Wed Jul 14 21:37:09 2004 +0000
+++ b/mail/courier-authmysql/PLIST      Wed Jul 14 21:43:48 2004 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/27 22:39:14 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/07/14 21:43:48 jlam Exp $
 libexec/courier/authlib/authdaemond.mysql
-share/doc/html/courier/README.authmysql.html
+share/doc/courier/README.authmysql.html
 share/examples/courier/authmysqlrc.dist
 @unexec ${RMDIR} -p %D/share/doc/html/courier 2>/dev/null || ${TRUE}
diff -r f6576ca53a29 -r 550f2eb0d503 mail/courier-authpgsql/Makefile
--- a/mail/courier-authpgsql/Makefile   Wed Jul 14 21:37:09 2004 +0000
+++ b/mail/courier-authpgsql/Makefile   Wed Jul 14 21:43:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/07/14 21:33:11 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/14 21:43:48 jlam Exp $
 
 PKGNAME=       courier-authpgsql-${BASE_VERS}
 COMMENT=       Courier PostgreSQL authentication module
@@ -31,13 +31,19 @@
                -e "s,MYSQL,PGSQL,g"                                    \
                -e "s,MySQL,PostgreSQL,g"                               \
                README.authmysql.html > README.authpgsql.html
+       for file in README.authpostgres.html; do                        \
+               ${SED}  -e "s,mysql,pgsql,g"                            \
+                       $$file > $$file.new;                            \
+               ${MV} -f $$file.new $$file;                             \
+       done
 
 do-install:
        ${INSTALL_PROGRAM_DIR} ${AUTHLIBDIR}
        ${INSTALL_PROGRAM} ${WRKSRC}/authlib/authdaemond.pgsql ${AUTHLIBDIR}
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/authlib/authpgsqlrc ${EGDIR}/authpgsqlrc.dist
-       ${INSTALL_DATA_DIR} ${HTMLDIR}
-       ${INSTALL_DATA} ${WRKSRC}/authlib/README.authpgsql.html ${HTMLDIR}
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/authlib/README.authpgsql.html ${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/authlib/README.authpostgres.html ${DOCDIR}
 
 .include "../../mk/bsd.pkg.mk"
diff -r f6576ca53a29 -r 550f2eb0d503 mail/courier-authpgsql/PLIST
--- a/mail/courier-authpgsql/PLIST      Wed Jul 14 21:37:09 2004 +0000
+++ b/mail/courier-authpgsql/PLIST      Wed Jul 14 21:43:48 2004 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/27 22:39:56 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/07/14 21:43:48 jlam Exp $
 libexec/courier/authlib/authdaemond.pgsql
-share/doc/html/courier/README.authpgsql.html
+share/doc/courier/README.authpgsql.html
+share/doc/courier/README.authpostgres.html
 share/examples/courier/authpgsqlrc.dist
 @unexec ${RMDIR} -p %D/share/doc/html/courier 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index