summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-09-06 07:26:35 +0000
committerjlam <jlam@pkgsrc.org>2005-09-06 07:26:35 +0000
commitdd9c15f8a920855d2681041dd1867607fc8dca49 (patch)
tree79905b1f5eb575e02368f5c1566ba87b8f3bdb24 /mail/mutt-devel
parent733a37644e66244d2e9e37a13345fffb9ab0dcee (diff)
downloadpkgsrc-dd9c15f8a920855d2681041dd1867607fc8dca49.tar.gz
patch-ad:1.7 removes the need to pre-create the samples symlink in the
doc directory for installation.
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 6335a5c3a6d..9aadf757de3 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/09/03 16:57:07 tonio Exp $
+# $NetBSD: Makefile,v 1.37 2005/09/06 07:26:35 jlam Exp $
DISTNAME= mutt-1.5.10i
PKGNAME= ${DISTNAME:C/i$//}
@@ -80,13 +80,8 @@ post-build:
$$file.save > $$file; \
done
-# Pre-create some directories and symlinks used during the installation
-# process.
-#
pre-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA_DIR} ${DOCDIR}
- ${RM} -f ${DOCDIR}/samples
- ${LN} -sf ${EGDIR} ${DOCDIR}/samples
.include "../../mk/bsd.pkg.mk"