diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-30 15:13:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-30 15:13:19 +0000 |
commit | c847f599fae4c8f3ee0a5d8469a7564bab932fc0 (patch) | |
tree | 72a940b4201682de30eda8c9b0e307555f4681b7 /mail/mutt | |
parent | 48b9f0ffaecb6a61d5a3d0b56da4a0e13bf291c3 (diff) | |
download | pkgsrc-c847f599fae4c8f3ee0a5d8469a7564bab932fc0.tar.gz |
Remove pkg_views support, second part: infrastructure.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 9261a6ad7a7..ba392046cf0 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.168 2014/10/09 14:06:39 wiz Exp $ +# $NetBSD: Makefile,v 1.169 2014/12/30 15:13:19 wiz Exp $ DISTNAME= mutt-1.4.2.3 PKGREVISION= 7 @@ -100,9 +100,4 @@ pre-install: ${RM} -f ${DESTDIR}${DOCDIR}/samples ${LN} -sf ${DESTDIR}${EGDIR} ${DESTDIR}${DOCDIR}/samples -post-install: -.if (${PKG_INSTALLATION_TYPE} == "pkgviews") - ${MV} ${PREFIX}/${PKGMANDIR}/man5/mutt-mbox.5 ${PREFIX}/${PKGMANDIR}/man5/mbox.5 -.endif - .include "../../mk/bsd.pkg.mk" |