pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/pymsgauth
Module Name: pkgsrc
Committed By: rillig
Date: Sat Oct 12 20:12:48 UTC 2019
Modified Files:
pkgsrc/mail/pymsgauth: Makefile PLIST
Log Message:
mail/pymsgauth: fix location of HTML documentation
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/pymsgauth/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/pymsgauth/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/pymsgauth/Makefile
diff -u pkgsrc/mail/pymsgauth/Makefile:1.19 pkgsrc/mail/pymsgauth/Makefile:1.20
--- pkgsrc/mail/pymsgauth/Makefile:1.19 Thu Apr 25 07:33:04 2019
+++ pkgsrc/mail/pymsgauth/Makefile Sat Oct 12 20:12:47 2019
@@ -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 @@ PATCHFILES+= ${FILTER3_PATCH}
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 @@ REPLACE_PYTHON= ${PYMSGAUTH_PROGRAMS} *
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 @@ do-install:
${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
Index: pkgsrc/mail/pymsgauth/PLIST
diff -u pkgsrc/mail/pymsgauth/PLIST:1.4 pkgsrc/mail/pymsgauth/PLIST:1.5
--- pkgsrc/mail/pymsgauth/PLIST:1.4 Sat May 19 16:26:16 2018
+++ pkgsrc/mail/pymsgauth/PLIST Sat Oct 12 20:12:47 2019
@@ -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