diff options
author | tron <tron@pkgsrc.org> | 2002-09-04 12:48:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-04 12:48:36 +0000 |
commit | 67744deaf8c7804e7912d2f5ef5ebe46fe5fca18 (patch) | |
tree | 17591e110effd8e6f42dda5994b2f26c5fc06804 /mail | |
parent | 5cfac69d00af0be9bdeff893bf32c0fcba005e61 (diff) | |
download | pkgsrc-67744deaf8c7804e7912d2f5ef5ebe46fe5fca18.tar.gz |
Remove work arround for bug in buildlink2 framework which was fixed
by Johnny Lam.
Diffstat (limited to 'mail')
-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 4cd86ab8eb7..7ec8780d9f8 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2002/09/03 16:27:47 tron Exp $ +# $NetBSD: Makefile,v 1.84 2002/09/04 12:48:36 tron Exp $ DISTNAME= mutt-1.4i PKGNAME= ${DISTNAME:C/i$//} @@ -58,11 +58,6 @@ EGDIR= ${PREFIX}/share/doc/mutt/samples CONF_FILES= ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc SUPPORT_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types -pre-configure: - ${ECHO} "#!${SH}" >${BUILDLINK_DIR}/bin/top_srcdir - ${ECHO} "exec ${ECHO} ${WRKSRC}" >>${BUILDLINK_DIR}/bin/top_srcdir - ${CHMOD} +x ${BUILDLINK_DIR}/bin/top_srcdir - post-install: ${INSTALL_DATA} ${WRKSRC}/Muttrc ${PREFIX}/share/doc/mutt/samples ${INSTALL_DATA} ${WRKSRC}/mime.types ${PREFIX}/share/doc/mutt/samples |