Don't mess with the share/doc/mutt/samples link in the

INSTALL/DEINSTALL scripts. Bump revision.
This commit is contained in:
joerg 2006-11-02 07:52:50 +00:00
parent 9beaa4a4f9
commit f35a57b9d3
3 changed files with 2 additions and 17 deletions

View file

@ -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

View file

@ -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

View file

@ -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/ \