summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorreed <reed>2005-12-27 21:22:02 +0000
committerreed <reed>2005-12-27 21:22:02 +0000
commitcc4be39c4aae3d198eb3f2090f9e58da6b8b729c (patch)
tree375ade9a0f7c733d81d77fe321f49e71c0391704 /mail/exim
parent71a3892575dcc567d8927e3eb0b15c7b13deaebe (diff)
downloadpkgsrc-cc4be39c4aae3d198eb3f2090f9e58da6b8b729c.tar.gz
Install man page to PKGMANDIR and use INSTALLATION_DIRS to precreate
directory.
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile5
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"