summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-11 14:13:21 +0000
committerjlam <jlam>2006-04-11 14:13:21 +0000
commit37d36ac16999eaa0d5c2456265108ef90e258d9f (patch)
tree650b8e9f07eaec434d8517fef99b70859eddf18c /mail
parent5451dd075f9ff37054863d9a8a82cb0a428f6d28 (diff)
downloadpkgsrc-37d36ac16999eaa0d5c2456265108ef90e258d9f.tar.gz
Use INSTALLATION_DIRS instead of creating directories at pre-install.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index ee039a3d0ff..3a4c5714a70 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2006/04/11 13:57:32 jlam Exp $
+# $NetBSD: Makefile,v 1.47 2006/04/11 14:13:21 jlam Exp $
DISTNAME= mutt-1.5.11
PKGREVISION= 4
@@ -51,6 +51,7 @@ EGDIR= ${PREFIX}/share/examples/mutt
CONF_FILES= ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc
CONF_FILES+= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
FILES_SUBST+= DOCDIR=${DOCDIR:Q}
+INSTALLATION_DIRS+= ${DOCDIR} ${EGDIR}
# Define WRKSRC explicitly so we can use its value below.
WRKSRC= ${WRKDIR}/${DISTNAME}
@@ -79,8 +80,4 @@ post-build:
$$file.save > $$file; \
done
-pre-install:
- ${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_DATA_DIR} ${DOCDIR}
-
.include "../../mk/bsd.pkg.mk"