pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/309826f5f510
branches:  trunk
changeset: 415719:309826f5f510
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 12 20:09:24 2019 +0000

description:
mail/hypermail: fix location of HTML documentation

diffstat:

 mail/hypermail/Makefile |   6 +++---
 mail/hypermail/PLIST    |  19 +++++++++----------
 2 files changed, 12 insertions(+), 13 deletions(-)

diffs (51 lines):

diff -r 4713d1e9b324 -r 309826f5f510 mail/hypermail/Makefile
--- a/mail/hypermail/Makefile   Sat Oct 12 20:07:40 2019 +0000
+++ b/mail/hypermail/Makefile   Sat Oct 12 20:09:24 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2018/08/28 21:25:15 manu Exp $
+# $NetBSD: Makefile,v 1.22 2019/10/12 20:09:24 rillig Exp $
 #
 
 DISTNAME=      hypermail-2.3.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail www
 MASTER_SITES=  ${HOMEPAGE}
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=hypermail/}
@@ -21,7 +21,7 @@
 LDFLAGS+=              -liconv
 
 CONFIGURE_ARGS+=       --with-gdbm=${BUILDLINK_PREFIX.gdbm}
-CONFIGURE_ARGS+=       --with-htmldir=${DESTDIR}${PREFIX}/share/doc/html/hypermail
+CONFIGURE_ARGS+=       --with-htmldir=${DESTDIR}${PREFIX}/share/doc/hypermail
 
 INSTALL_MAKE_FLAGS+=   prefix=${DESTDIR}${PREFIX} \
                        mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
diff -r 4713d1e9b324 -r 309826f5f510 mail/hypermail/PLIST
--- a/mail/hypermail/PLIST      Sat Oct 12 20:07:40 2019 +0000
+++ b/mail/hypermail/PLIST      Sat Oct 12 20:09:24 2019 +0000
@@ -1,15 +1,14 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 20:45:11 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/10/12 20:09:24 rillig Exp $
 bin/hypermail
 bin/msg2archive
 bin/rdmsg
 man/man1/hypermail.1
 man/man4/hmrc.4
-share/doc/html/hypermail/archive_search.html
-share/doc/html/hypermail/customizing.html
-share/doc/html/hypermail/hmrc.html
-share/doc/html/hypermail/hr.yellow.png
-share/doc/html/hypermail/hypermail-faq.html
-share/doc/html/hypermail/hypermail.html
-share/doc/html/hypermail/hypermail.png
-share/doc/html/hypermail/stars.png
-@pkgdir share/doc/html/hypermail/images
+share/doc/hypermail/archive_search.html
+share/doc/hypermail/customizing.html
+share/doc/hypermail/hmrc.html
+share/doc/hypermail/hr.yellow.png
+share/doc/hypermail/hypermail-faq.html
+share/doc/hypermail/hypermail.html
+share/doc/hypermail/hypermail.png
+share/doc/hypermail/stars.png



Home | Main Index | Thread Index | Old Index