diff options
author | reed <reed@pkgsrc.org> | 2005-12-27 21:22:02 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-12-27 21:22:02 +0000 |
commit | 9cfb98bc7f920ef8912b119b3ee71af76e11ae6b (patch) | |
tree | 375ade9a0f7c733d81d77fe321f49e71c0391704 /mail/exim | |
parent | 5576b88525f5e00d9a7f6c11d156082855cfd727 (diff) | |
download | pkgsrc-9cfb98bc7f920ef8912b119b3ee71af76e11ae6b.tar.gz |
Install man page to PKGMANDIR and use INSTALLATION_DIRS to precreate
directory.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 75e2bdcfe31..67cd2a95534 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2005/12/05 20:50:30 rillig Exp $ +# $NetBSD: Makefile,v 1.72 2005/12/27 21:22:02 reed Exp $ DISTNAME= exim-4.54 PKGREVISION= 1 @@ -16,6 +16,7 @@ CONFLICTS+= exim-exiscan-[0-9]* USE_TOOLS+= perl:run USE_PKGINSTALL= yes +INSTALLATION_DIRS+= ${PKGMANDIR}/man8 MAKE_ENV+= SSLBASE=${SSLBASE:Q} MAKE_ENV+= INST_CHOWN=${CHOWN:Q} @@ -89,7 +90,7 @@ post-build: post-install: ${INSTALL_DATA_DIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/exim.8 ${PREFIX}/man/man8/exim.8 + ${INSTALL_DATA} ${WRKSRC}/doc/exim.8 ${PREFIX}/${PKGMANDIR}/man8/exim.8 .include "../../security/openssl/buildlink3.mk" .include "../../security/tcp_wrappers/buildlink3.mk" |