pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/hypermail
Module Name: pkgsrc
Committed By: rillig
Date: Sat Oct 12 20:09:24 UTC 2019
Modified Files:
pkgsrc/mail/hypermail: Makefile PLIST
Log Message:
mail/hypermail: fix location of HTML documentation
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/hypermail/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/hypermail/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/hypermail/Makefile
diff -u pkgsrc/mail/hypermail/Makefile:1.21 pkgsrc/mail/hypermail/Makefile:1.22
--- pkgsrc/mail/hypermail/Makefile:1.21 Tue Aug 28 21:25:15 2018
+++ pkgsrc/mail/hypermail/Makefile Sat Oct 12 20:09:24 2019
@@ -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 @@ FORTIFY_SUPPORTED= no
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}
Index: pkgsrc/mail/hypermail/PLIST
diff -u pkgsrc/mail/hypermail/PLIST:1.5 pkgsrc/mail/hypermail/PLIST:1.6
--- pkgsrc/mail/hypermail/PLIST:1.5 Sun Jun 14 20:45:11 2009
+++ pkgsrc/mail/hypermail/PLIST Sat Oct 12 20:09:24 2019
@@ -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