diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2007-06-19 17:10:55 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2007-06-19 17:10:55 +0000 |
commit | b37f8e1eae9f5117a7953af51acc59ba2a25a436 (patch) | |
tree | 333d9e2682371a3a6abd771dc3bbb1dbceafebf0 /mail | |
parent | 82c2178c5cc12fffd67c57ecc810258faf2d5fb3 (diff) | |
download | pkgsrc-b37f8e1eae9f5117a7953af51acc59ba2a25a436.tar.gz |
create manpage directories
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 3 | ||||
-rw-r--r-- | mail/sendmail813/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 5208beb1d57..8f5d75096b5 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2007/04/26 06:26:27 jnemeth Exp $ +# $NetBSD: Makefile,v 1.100 2007/06/19 17:10:55 jnemeth Exp $ .include "../../mail/sendmail/Makefile.common" @@ -37,6 +37,7 @@ SUBST_MESSAGE.paths= Fixing paths. REPLACE_PERL= contrib/socketmapClient.pl contrib/socketmapServer.pl INSTALLATION_DIRS= bin lib sbin +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 post-patch: make-sendmail-siteconfig .if !empty(PKG_OPTIONS:Mtcpwrappers) diff --git a/mail/sendmail813/Makefile b/mail/sendmail813/Makefile index c0fb14775aa..c0c75a99468 100644 --- a/mail/sendmail813/Makefile +++ b/mail/sendmail813/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/04/19 19:24:09 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2007/06/19 17:11:23 jnemeth Exp $ .include "../../mail/sendmail813/Makefile.common" @@ -38,6 +38,7 @@ SUBST_MESSAGE.paths= Fixing paths. REPLACE_PERL= contrib/socketmapClient.pl contrib/socketmapServer.pl INSTALLATION_DIRS= bin lib sbin +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 post-patch: make-sendmail-siteconfig .if !empty(PKG_OPTIONS:Mtcpwrappers) |