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 | 0a38ae95b75e4191d2bc7779141805837a604f40 (patch) | |
tree | 72a940b4201682de30eda8c9b0e307555f4681b7 /mail | |
parent | b5926d9e70f0671f279182501e176f93922bc79a (diff) | |
download | pkgsrc-0a38ae95b75e4191d2bc7779141805837a604f40.tar.gz |
Remove pkg_views support, second part: infrastructure.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 7 | ||||
-rw-r--r-- | mail/qmail/Makefile | 22 |
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} |