pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt Don't mess with the share/doc/mutt/samples l...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e9196e53870
branches: trunk
changeset: 438913:9e9196e53870
user: kim <kim%pkgsrc.org@localhost>
date: Sat Sep 12 05:23:25 2020 +0000
description:
Don't mess with the share/doc/mutt/samples link in the
INSTALL/DEINSTALL scripts. Bump revision.
diffstat:
mail/mutt/DEINSTALL | 7 -------
mail/mutt/INSTALL | 8 --------
mail/mutt/Makefile | 4 ++--
3 files changed, 2 insertions(+), 17 deletions(-)
diffs (36 lines):
diff -r a9bbc70a71cf -r 9e9196e53870 mail/mutt/DEINSTALL
--- a/mail/mutt/DEINSTALL Sat Sep 12 03:49:46 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.5 2015/09/03 14:49:02 wiz Exp $
-
-case ${STAGE} in
-DEINSTALL)
- ${RM} -f @DOCDIR@/samples
- ;;
-esac
diff -r a9bbc70a71cf -r 9e9196e53870 mail/mutt/INSTALL
--- a/mail/mutt/INSTALL Sat Sep 12 03:49:46 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# $NetBSD: INSTALL,v 1.6 2015/09/03 14:49:02 wiz Exp $
-
-case ${STAGE} in
-POST-INSTALL)
- ${RM} -f @DOCDIR@/samples
- ${LN} -sf ../../examples/mutt @DOCDIR@/samples
- ;;
-esac
diff -r a9bbc70a71cf -r 9e9196e53870 mail/mutt/Makefile
--- a/mail/mutt/Makefile Sat Sep 12 03:49:46 2020 +0000
+++ b/mail/mutt/Makefile Sat Sep 12 05:23:25 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.234 2020/08/31 18:09:58 wiz Exp $
+# $NetBSD: Makefile,v 1.235 2020/09/12 05:23:25 kim Exp $
DISTNAME= mutt-1.14.7
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://ftp.mutt.org/pub/mutt/
Home |
Main Index |
Thread Index |
Old Index