summaryrefslogtreecommitdiff
path: root/mail/pymsgauth
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pymsgauth')
-rw-r--r--mail/pymsgauth/Makefile14
-rw-r--r--mail/pymsgauth/PLIST4
2 files changed, 6 insertions, 12 deletions
diff --git a/mail/pymsgauth/Makefile b/mail/pymsgauth/Makefile
index b65f2df89c6..ae27c946f2d 100644
--- a/mail/pymsgauth/Makefile
+++ b/mail/pymsgauth/Makefile
@@ -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} *.py
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
diff --git a/mail/pymsgauth/PLIST b/mail/pymsgauth/PLIST
index a5bd330faa6..1ab641e3f2a 100644
--- a/mail/pymsgauth/PLIST
+++ b/mail/pymsgauth/PLIST
@@ -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