pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/pymsgauth mail/pymsgauth: fix location of HTML do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87477869a50a
branches:  trunk
changeset: 342047:87477869a50a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 12 20:12:47 2019 +0000

description:
mail/pymsgauth: fix location of HTML documentation

diffstat:

 mail/pymsgauth/Makefile |  14 ++++----------
 mail/pymsgauth/PLIST    |   4 ++--
 2 files changed, 6 insertions(+), 12 deletions(-)

diffs (63 lines):

diff -r f37035260a73 -r 87477869a50a mail/pymsgauth/Makefile
--- a/mail/pymsgauth/Makefile   Sat Oct 12 20:09:24 2019 +0000
+++ b/mail/pymsgauth/Makefile   Sat Oct 12 20:12:47 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2019/04/25 07:33:04 maya Exp $
+# $NetBSD: Makefile,v 1.20 2019/10/12 20:12:47 rillig Exp $
 #
 
 DISTNAME=              pymsgauth-2.1.0
-PKGREVISION=           11
+PKGREVISION=           13
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}
 
@@ -16,13 +16,11 @@
 SITES.${FILTER3_PATCH}=        https://schmonz.com/qmail/pymsgauthfilter/
 
 PYMSGAUTH_PROGRAMS=    pymsgauth-*
-DOCS=                  BUGS CHANGELOG COPYING pymsgauth.txt
-HTMLDOCS=              pymsgauth.html
+DOCS=                  BUGS CHANGELOG COPYING pymsgauth.html pymsgauth.txt
 EXAMPLES=              pymsgauthrc-example
 
 SHAREDIR=              share/pymsgauth
 DOCDIR=                        share/doc/pymsgauth
-HTMLDOCDIR=            share/doc/html/pymsgauth
 EGDIR=                 share/examples/pymsgauth
 
 NO_BUILD=              yes
@@ -30,7 +28,7 @@
 
 FILES_SUBST+=          SHAREDIR=${SHAREDIR:Q}
 
-INSTALLATION_DIRS=     ${SHAREDIR} ${DOCDIR} ${HTMLDOCDIR} ${EGDIR} bin
+INSTALLATION_DIRS=     ${SHAREDIR} ${DOCDIR} ${EGDIR} bin
 
 pre-install:
        cd ${WRKSRC} && ${RM} -f *.orig *.orig_dist
@@ -44,10 +42,6 @@
                ${INSTALL_DATA} ${WRKSRC}/$${f} ${DESTDIR}${PREFIX}/${DOCDIR}; \
        done
 
-       for f in ${HTMLDOCS}; do \
-               ${INSTALL_DATA} ${WRKSRC}/$${f} ${DESTDIR}${PREFIX}/${HTMLDOCDIR}; \
-       done
-
        for f in ${EXAMPLES}; do \
                ${INSTALL_DATA} ${WRKSRC}/$${f} ${DESTDIR}${PREFIX}/${EGDIR}; \
        done
diff -r f37035260a73 -r 87477869a50a mail/pymsgauth/PLIST
--- a/mail/pymsgauth/PLIST      Sat Oct 12 20:09:24 2019 +0000
+++ b/mail/pymsgauth/PLIST      Sat Oct 12 20:12:47 2019 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2018/05/19 16:26:16 schmonz Exp $
-share/doc/html/pymsgauth/pymsgauth.html
+@comment $NetBSD: PLIST,v 1.5 2019/10/12 20:12:47 rillig Exp $
 share/doc/pymsgauth/BUGS
 share/doc/pymsgauth/CHANGELOG
 share/doc/pymsgauth/COPYING
+share/doc/pymsgauth/pymsgauth.html
 share/doc/pymsgauth/pymsgauth.txt
 share/examples/pymsgauth/pymsgauthrc-example
 share/pymsgauth/ConfParser.py



Home | Main Index | Thread Index | Old Index