diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /mail/exim3 | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'mail/exim3')
-rw-r--r-- | mail/exim3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/exim3/Makefile b/mail/exim3/Makefile index 5c4e070e485..f05425048c9 100644 --- a/mail/exim3/Makefile +++ b/mail/exim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/01/07 09:13:57 rillig Exp $ +# $NetBSD: Makefile,v 1.34 2007/03/24 19:21:26 joerg Exp $ DISTNAME= exim-3.36 PKGREVISION= 7 @@ -79,6 +79,8 @@ SUBST_SED.paths+= -e 's,@PERL5@,${PERL5},g' SUBST_SED.paths+= -e 's,@SH@,${SH},g' SUBST_STAGE.paths= post-patch +INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/examples/exim + post-extract: ${CP} ${FILESDIR}/Makefile-DragonFly ${FILESDIR}/os.h-DragonFly \ ${WRKSRC}/OS/ @@ -97,9 +99,6 @@ pre-configure: ${MV} -f $$f.subst $$f; \ done -pre-install: - ${INSTALL_DATA_DIR} ${EGDIR} - post-install: ${INSTALL_SCRIPT} ${WRKDIR}/exim_newaliases ${PREFIX}/sbin/exim_newaliases ${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EGDIR} |