summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-30 15:13:19 +0000
committerwiz <wiz@pkgsrc.org>2014-12-30 15:13:19 +0000
commitc847f599fae4c8f3ee0a5d8469a7564bab932fc0 (patch)
tree72a940b4201682de30eda8c9b0e307555f4681b7 /mail
parent48b9f0ffaecb6a61d5a3d0b56da4a0e13bf291c3 (diff)
downloadpkgsrc-c847f599fae4c8f3ee0a5d8469a7564bab932fc0.tar.gz
Remove pkg_views support, second part: infrastructure.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile7
-rw-r--r--mail/qmail/Makefile22
2 files changed, 11 insertions, 18 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"
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index f3cf3c3d1ed..9cb1c0325e7 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2014/11/23 19:08:22 schmonz Exp $
+# $NetBSD: Makefile,v 1.73 2014/12/30 15:13:19 wiz Exp $
#
DISTNAME= ${PKGNAME_NOREV}
@@ -169,17 +169,15 @@ post-install: post-install-viruscan
${CHMOD} 0755 ${DESTDIR}${PREFIX}/bin/${f}
. endfor
# qmail's installer sets strange permissions, set them back
-. if (${PKG_INSTALLATION_TYPE} == "overwrite")
-. for i in bin boot
- ${CHGRP} ${BINGRP} ${DESTDIR}${QMAILDIR}/${i}
-. endfor
-. for i in doc
- ${CHGRP} ${SHAREGRP} ${DESTDIR}${QMAILDIR}/${i}
-. endfor
-. for i in ${MANDIRS}
- ${CHGRP} ${MANGRP} ${DESTDIR}${QMAILDIR}/${i}
-. endfor
-. endif
+. for i in bin boot
+ ${CHGRP} ${BINGRP} ${DESTDIR}${QMAILDIR}/${i}
+. endfor
+. for i in doc
+ ${CHGRP} ${SHAREGRP} ${DESTDIR}${QMAILDIR}/${i}
+. endfor
+. for i in ${MANDIRS}
+ ${CHGRP} ${MANGRP} ${DESTDIR}${QMAILDIR}/${i}
+. endfor
${INSTALL_DATA} ${WRKSRC}/README.pkgsrc ${DESTDIR}${DOCDIR}