diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-02 07:52:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-02 07:52:50 +0000 |
commit | f35a57b9d3e5d3030c2c70266b65303359ae949f (patch) | |
tree | 16aec003adb717891af4d537dcda126c60c85c8a /mail/mutt | |
parent | 9beaa4a4f98cf204a94ebbc0ec373beccbe74037 (diff) | |
download | pkgsrc-f35a57b9d3e5d3030c2c70266b65303359ae949f.tar.gz |
Don't mess with the share/doc/mutt/samples link in the
INSTALL/DEINSTALL scripts. Bump revision.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/DEINSTALL | 7 | ||||
-rw-r--r-- | mail/mutt/INSTALL | 8 | ||||
-rw-r--r-- | mail/mutt/Makefile | 4 |
3 files changed, 2 insertions, 17 deletions
diff --git a/mail/mutt/DEINSTALL b/mail/mutt/DEINSTALL deleted file mode 100644 index 37c6800c5a5..00000000000 --- a/mail/mutt/DEINSTALL +++ /dev/null @@ -1,7 +0,0 @@ -# $NetBSD: DEINSTALL,v 1.3 2006/06/15 20:40:16 jlam Exp $ - -case ${STAGE} in -DEINSTALL) - ${RM} -f @DOCDIR@/samples - ;; -esac diff --git a/mail/mutt/INSTALL b/mail/mutt/INSTALL deleted file mode 100644 index ce15b7d4513..00000000000 --- a/mail/mutt/INSTALL +++ /dev/null @@ -1,8 +0,0 @@ -# $NetBSD: INSTALL,v 1.4 2006/06/15 20:40:16 jlam Exp $ - -case ${STAGE} in -POST-INSTALL) - ${RM} -f @DOCDIR@/samples - ${LN} -sf ../../examples/mutt @DOCDIR@/samples - ;; -esac diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 333c2c78402..e2358ff0253 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.145 2006/11/01 13:32:32 tron Exp $ +# $NetBSD: Makefile,v 1.146 2006/11/02 07:52:50 joerg Exp $ DISTNAME= mutt-1.4.2.2i -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${DISTNAME:C/i$//} CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ |